/dports/science/py-GPyOpt/GPyOpt-1.2.6/GPyOpt/interface/ |
H A D | driver.py | 13 def __init__(self, config=None, obj_func=None, outputEng=None): argument 21 self.obj_func = obj_func 29 obj_func = self.obj_func 32 … return SingleObjective(obj_func, self.config['resources']['cores'], space=space, unfold_args=True) 106 obj_func = self._get_obj(space) 115 bo = ModularBayesianOptimization(model, space, obj_func, acq, acq_eval, X_init)
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityImprover/ |
H A D | VertexMover.cpp | 151 OFEvaluator& obj_func = get_objective_function_evaluator(); in loop_over_mesh() local 372 obj_func.reset(); in loop_over_mesh() 377 inner_crit->reset_inner( patch, obj_func, err ); in loop_over_mesh() 399 inner_crit->cull_vertices( patch, obj_func, err ); in loop_over_mesh() 508 OFEvaluator& obj_func = get_objective_function_evaluator(); in loop_over_mesh() local 735 obj_func.reset(); in loop_over_mesh() 740 inner_crit->reset_inner( patch, obj_func, err ); in loop_over_mesh() 766 inner_crit->cull_vertices( patch, obj_func, err ); in loop_over_mesh() 845 obj_func.reset(); in loop_over_mesh() 850 inner_crit->reset_inner( patch, obj_func, err ); in loop_over_mesh() [all …]
|
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/parmest/ |
H A D | create_ef.py | 111 for obj_func in scenario_objs: 112 obj_func.deactivate() 190 for obj_func in scenario_objs: 191 obj_func.deactivate() 192 obj_func = scenario_objs[0] # Select the first objective 194 EF_instance.EF_Obj.expr += scenario_instance._mpisppy_probability * obj_func.expr
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityImprover/OptSolvers/ |
H A D | SteepestDescent.cpp | 84 OFEvaluator& obj_func = get_objective_function_evaluator(); in optimize_vertex_positions() local 100 feasible = obj_func.update( pd, original_value, gradient, err ); MSQ_ERRRTN(err); in optimize_vertex_positions() 151 feasible = obj_func.evaluate( pd, new_value, err ); in optimize_vertex_positions() 179 obj_func.update(pd, original_value, gradient, err ); MSQ_ERRRTN(err); in optimize_vertex_positions()
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/postgresql/plugins/modules/ |
H A D | postgresql_user_obj_stat_info.py | 176 obj_func = self.obj_func_mapping.get(obj_type) 178 if obj_func is not None: 179 obj_func() 184 for obj_func in self.obj_func_mapping.values(): 185 obj_func()
|
/dports/math/gap/gap-4.11.0/pkg/CAP-2019.06.07/examples/testfiles/ |
H A D | Functors.gi | 14 obj_func := function( A, B ) return TensorProductOnObjects( A, DualOnObjects( B ) ); end;; 16 AddObjectFunction( F, obj_func );; 46 AddObjectFunction( F2, a -> obj_func( a[1], Opposite( a[2] ) ) );;
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/imesh/ |
H A D | main_moab.cpp | 171 LPtoPTemplate* obj_func = new LPtoPTemplate(mean_ratio, 1, err); in run_global_smoother() local 175 FeasibleNewton* pass1 = new FeasibleNewton( obj_func ); in run_global_smoother() 226 LPtoPTemplate* obj_func = new LPtoPTemplate(mean_ratio, 1, err); in run_local_smoother() local 230 SmartLaplacianSmoother* pass1 = new SmartLaplacianSmoother( obj_func ); in run_local_smoother()
|
H A D | main_imesh.cpp | 171 LPtoPTemplate* obj_func = new LPtoPTemplate(mean_ratio, 1, err); in run_global_smoother() local 175 FeasibleNewton* pass1 = new FeasibleNewton( obj_func ); in run_global_smoother() 226 LPtoPTemplate* obj_func = new LPtoPTemplate(mean_ratio, 1, err); in run_local_smoother() local 230 SmartLaplacianSmoother* pass1 = new SmartLaplacianSmoother( obj_func ); in run_local_smoother()
|
H A D | main.cpp | 177 LPtoPTemplate* obj_func = new LPtoPTemplate(mean_ratio, 1, err); in run_global_smoother() local 181 FeasibleNewton* pass1 = new FeasibleNewton( obj_func ); in run_global_smoother() 232 LPtoPTemplate* obj_func = new LPtoPTemplate(mean_ratio, 1, err); in run_local_smoother() local 236 SmartLaplacianSmoother* pass1 = new SmartLaplacianSmoother( obj_func ); in run_local_smoother()
|
/dports/science/py-GPyOpt/GPyOpt-1.2.6/ |
H A D | gpyopt.py | 18 obj_func = load_objective(config) variable 19 driver = BODriver(config, obj_func)
|
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/gaussian_process/ |
H A D | _gpr.py | 260 def obj_func(theta, eval_gradient=True): function 273 obj_func, self.kernel_.theta, self.kernel_.bounds 290 self._constrained_optimization(obj_func, theta_initial, bounds) 601 def _constrained_optimization(self, obj_func, initial_theta, bounds): argument 604 obj_func, 613 theta_opt, func_min = self.optimizer(obj_func, initial_theta, bounds=bounds)
|
H A D | _gpc.py | 213 def obj_func(theta, eval_gradient=True): function 225 obj_func, self.kernel_.theta, self.kernel_.bounds 241 self._constrained_optimization(obj_func, theta_initial, bounds) 467 def _constrained_optimization(self, obj_func, initial_theta, bounds): argument 470 obj_func, initial_theta, method="L-BFGS-B", jac=True, bounds=bounds 475 theta_opt, func_min = self.optimizer(obj_func, initial_theta, bounds=bounds)
|
/dports/math/gap/gap-4.11.0/pkg/CAP-2019.06.07/gap/ |
H A D | TerminalCategory.gi | 102 local obj_function_list, obj_func, morphism_function_list, morphism_function, i; 109 obj_func := function( arg ) return UniqueObject( CAP_INTERNAL_TERMINAL_CATEGORY ); end; 113 i( CAP_INTERNAL_TERMINAL_CATEGORY, obj_func );
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/ |
H A D | analytical_grad3D_test.cpp | 87 LPtoPTemplate obj_func(&mean_ratio, 2, err); in main() local 90 SteepestDescent pass1( &obj_func ); in main()
|
H A D | algorithm_test.cpp | 85 LPtoPTemplate obj_func(&mean, 1, err); in main() local 90 FeasibleNewton pass1( &obj_func ); in main()
|
H A D | simple_hybrid_test.cpp | 94 LPtoPTemplate obj_func(&mean_ratio, 2, err); in main() local 99 SteepestDescent pass1( &obj_func ); in main()
|
H A D | feasible_newton_test.cpp | 118 LPtoPTemplate obj_func(&mean_ratio, 1, err); in main() local 123 FeasibleNewton pass1( &obj_func ); in main()
|
H A D | pyramid_test.cpp | 216 LPtoPTemplate obj_func(metric, 1, err); in smooth_mesh() local 220 FeasibleNewton solver( &obj_func ); in smooth_mesh() 310 LPtoPTemplate obj_func(&mr_metric, 1, err); in smooth_mixed_mesh() local 314 FeasibleNewton solver( &obj_func ); in smooth_mixed_mesh()
|
H A D | untangle_test.cpp | 100 LInfTemplate obj_func(&untangle); in main() local 104 ConjugateGradient pass1( &obj_func, err ); in main()
|
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/utils/ |
H A D | reqser.py | 77 for name, obj_func in members: 85 if obj_func.__func__ is func.__func__:
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Wrappers/ |
H A D | ShapeImprovementWrapper.cpp | 104 LPtoPTemplate obj_func( 2, &inverse_mean_ratio ); in run_wrapper() local 105 FeasibleNewton feas_newt( &obj_func ); in run_wrapper()
|
H A D | ViscousCFDTetShapeWrapper.cpp | 110 PMeanPTemplate obj_func( 1.0, &of_metric ); in run_wrapper() local 113 TrustRegion solver( &obj_func ); in run_wrapper()
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/examples/advanced/smoothing/ |
H A D | OptimizeMeshMesquite.cpp | 274 LPtoPTemplate* obj_func = new LPtoPTemplate(mean_ratio, 1, err); in run_global_smoother() local 281 SteepestDescent* pass1 = new SteepestDescent( obj_func ); in run_global_smoother() 389 LPtoPTemplate* obj_func = new LPtoPTemplate(mean_ratio, 1, err); in run_local_smoother2() local 411 SmartLaplacianSmoother* pass1 = new SmartLaplacianSmoother( obj_func ); in run_local_smoother2() 534 LPtoPTemplate* obj_func = new LPtoPTemplate(mean_ratio, 1, err); in run_solution_mesh_optimizer() local 538 ConjugateGradient* pass1 = new ConjugateGradient( obj_func, err ); in run_solution_mesh_optimizer()
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/ |
H A D | SphericalGeometryTest.cpp | 136 LPtoPTemplate obj_func(&shape, 2, err); in test_cg_mesh_cond_sphere() local 140 ConjugateGradient pass1( &obj_func, err ); in test_cg_mesh_cond_sphere()
|
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/gaussian_process/tests/ |
H A D | test_gpc.py | 141 def optimizer(obj_func, initial_theta, bounds): argument 143 theta_opt, func_min = initial_theta, obj_func( 150 f = obj_func(theta, eval_gradient=False)
|