jmcastro2109

Results 3 issues of jmcastro2109

Hi, My second stage problem has a linear objective and the constraint is a power cone. Currently I am solving this second stage problem with Mosek. Can I use Stochastic...

Hi, I am trying to finish the local optimizers based on a time limit. I am using the following code: ``` local_method = MultistartOptimization.NLoptLocalMethod(NLopt.LN_BOBYQA; xtol_abs = 0.0, xtol_rel = 0.0,...

Hi, I am using the `prepend_points` option to add a candidate for optimality of a previous run. ``` println("Model: Baseline") BEST_POINT= [2.0023715563522275, 0.47616619564356855, 4.0064103584405935, 9.991268276769539, 2.0070308283954614, 0.7000687884505741] P = MinimizationProblem(x...