Open tmigot opened 1 year ago
The idea was to add a maximize
similar to the minimize
function. The main difference is when instantiating the NLPModel
you would have to make sure that the attribute meta.minimize
is set to false
.
@tmigot sir when I search for minimize, I am getting several hits . Do I need to add the maximize function only here https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/blob/653202a387d925fac22ed3f586d6e36b347af8b6/src/solve.jl#L1-L64 or any where else also
Hi @Jay-sanjay, it is best to leave this one for a while.
@tmigot Hello sir , can someone tell me where do I need to add the maximize.