Searched refs:ipopt_options (Results 1 – 9 of 9) sorted by relevance
/dports/math/casadi/casadi-3.5.5/docs/examples/cplusplus/ |
H A D | rocket_single_shooting.cpp | 158 Dict ipopt_options; in main() local 159 ipopt_options["tol"] = 1e-12; in main() 160 ipopt_options["print_level"] = 0; in main() 161 ipopt_options["print_time"] = false; in main()
|
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/sIPOPT/examples/parametric_ampl/ |
H A D | parametric.run | 36 #option ipopt_options 'run_sens yes n_sens_steps=1 sens_boundcheck no'; 37 option ipopt_options 'run_sens yes sens_boundcheck no'; 61 option ipopt_options 'run_sens yes sens_boundcheck yes';
|
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/sIPOPT/examples/hicks_ampl/ |
H A D | hicks.run | 19 option ipopt_options 'run_sens no'; 24 option ipopt_options 'run_sens yes';
|
/dports/math/casadi/casadi-3.5.5/docs/users_guide/source/ |
H A D | opti.rst | 65 ipopt_options = struct('print_level',1); [hidden] 67 opti.solver('ipopt',options,ipopt_options); [hidden] 371 ipopt_options = struct('print_level',1); [hidden] 373 opti.solver('ipopt',options,ipopt_options); [hidden] 419 ipopt_options = struct('print_level',1); [hidden] 421 opti.solver('ipopt',options,ipopt_options); [hidden] 482 ipopt_options = struct('print_level',1); [hidden] 484 opti.solver('ipopt',options,ipopt_options); [hidden] 520 ipopt_options = struct('print_level',1); [hidden] 522 opti.solver('ipopt',options,ipopt_options); [hidden] [all …]
|
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/appsi/solvers/ |
H A D | ipopt.py | 169 def ipopt_options(self): member in Ipopt 179 @ipopt_options.setter 180 def ipopt_options(self, val: Dict): member in Ipopt 233 for k, val in self.ipopt_options.items(): 392 if 'option_file_name' in self.ipopt_options: 395 for k, v in self.ipopt_options.items():
|
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/sIPOPT/examples/redhess_ampl/ |
H A D | red_hess.run | 14 option ipopt_options 'compute_red_hessian yes';
|
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/doc/ |
H A D | hs071_warmstart.mod | 66 option ipopt_options "warm_start_init_point yes warm_start_bound_push 1e-6 warm_start_mult_bound_p…
|
/dports/science/pagmo2/pagmo2-2.18.0/tests/ |
H A D | ipopt.cpp | 312 BOOST_AUTO_TEST_CASE(ipopt_options) in BOOST_AUTO_TEST_CASE() argument
|
/dports/math/casadi/casadi-3.5.5/test/python/ |
H A D | conic.py | 34 ipopt_options = {"fixed_variable_treatment":"relax_bounds", variable 40 …conics.append(("nlpsol",{"nlpsol":"ipopt", "nlpsol_options.ipopt": ipopt_options},{"quadratic": Tr…
|