Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Vitalij Ruge committed Oct 1, 2014
1 parent 1d605b2 commit 2d25e01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SimulationRuntime/c/optimization/optimizer_main.c
Expand Up @@ -193,14 +193,14 @@ static inline void optimizationWithIpopt(OptData*optData){
AddIpoptNumOption(nlp,"bound_frac", 1e-5);
AddIpoptNumOption(nlp,"slack_bound_push", 1e-5);
AddIpoptNumOption(nlp,"constr_mult_init_max", 1e-5);
}else
AddIpoptStrOption(nlp,"bound_mult_init_method","mu-based");
}else{
AddIpoptStrOption(nlp,"mu_strategy","adaptive");

AddIpoptStrOption(nlp,"bound_mult_init_method","constant");
}
AddIpoptStrOption(nlp,"fixed_variable_treatment","make_parameter");
AddIpoptStrOption(nlp,"dependency_detection_with_rhs","yes");

AddIpoptNumOption(nlp,"nu_init",1e-9);
AddIpoptStrOption(nlp,"bound_mult_init_method","constant");
AddIpoptNumOption(nlp,"eta_phi",1e-10);
}

Expand Down

0 comments on commit 2d25e01

Please sign in to comment.