- iwopy.core.MultiObjOptResults(problem, success, vars_int, vars_float, objs, cons, problem_results)[source]
Constructor
ParametersΒΆ
- problem: iwopy.core.Problem
The problem
- success: bool
Optimization success
- vars_int: np.array
Pareto-optimal variables, shape: (n_pop, n_vars_int)
- vars_float: np.array
Pareto-optimal variables, shape: (n_pop, n_vars_float)
- objs: np.array
Pareto front objective function values, shape: (n_pop, n_objectives)
- cons: np.array
Parteo front Constraint values, shape: (n_pop, n_constraints)
- problem_results: Object
The results of the variable application to the problem