JuliaSmoothOptimizers / JSOSuite.jl

One stop solutions for all things optimization
Mozilla Public License 2.0
22 stars 8 forks source link

Add `maximize` #118

Open tmigot opened 1 year ago

Jay-sanjay commented 1 year ago

@tmigot Hello sir , can someone tell me where do I need to add the maximize.

tmigot commented 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.

Jay-sanjay commented 1 year ago

@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

abelsiqueira commented 1 year ago

Hi @Jay-sanjay, it is best to leave this one for a while.