Looking at the current code in CCOpt, I am wondering if we can remove the following files:
src/Models/fischer_burmeister_relaxation.jl
src/Models/chen_chen_kanzow_relaxation.jl
src/Models/lasry_lions_penalty.jl
src/Models/natural_residual_relaxation.jl
I think it's better if we focus exclusively on interior-point methods in CCOpt (at least for now). An idea would be to move these files in a new package called CCOpt-experiments.jl.
Let me know what is your opinion.
Looking at the current code in CCOpt, I am wondering if we can remove the following files:
src/Models/fischer_burmeister_relaxation.jlsrc/Models/chen_chen_kanzow_relaxation.jlsrc/Models/lasry_lions_penalty.jlsrc/Models/natural_residual_relaxation.jlI think it's better if we focus exclusively on interior-point methods in CCOpt (at least for now). An idea would be to move these files in a new package called CCOpt-experiments.jl.
Let me know what is your opinion.