You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="sd"> :param weight_file: {string} path of the weight file. Each line represent a weight vector, each column represent a coordinate. An exemple is available here: https://github.com/moead-framework/data/blob/master/weights/SOBOL-2objs-10wei.ws</span>
184
184
<spanclass="sd"> :param termination_criteria: Optional -- {:class:`~moead_framework.core.termination_criteria.abstract_termination_criteria.TerminationCriteria`} The default component is {:class:`~moead_framework.core.termination_criteria.max_evaluation.MaxEvaluation`}</span>
@@ -187,22 +187,27 @@ <h1>Source code for moead_framework.algorithm.abstract_moead</h1><div class="hig
187
187
<spanclass="sd"> :param mating_pool_selector: Optional -- {:class:`~moead_framework.core.selector.abstract_selector.MatingPoolSelector`} The default selector is {:class:`~moead_framework.core.selector.closest_neighbors_selector.ClosestNeighborsSelector`}</span>
188
188
<spanclass="sd"> :param sps_strategy: Optional -- {:class:`~moead_framework.core.sps_strategy.abstract_sps.SpsStrategy`} The default strategy is {:class:`~moead_framework.core.sps_strategy.sps_all.SpsAllSubproblems`}</span>
189
189
<spanclass="sd"> :param offspring_generator: Optional -- {:class:`~moead_framework.core.offspring_generator.abstract_mating.OffspringGenerator`} The default generator is {:class:`~moead_framework.core.offspring_generator.offspring_generator.OffspringGeneratorGeneric`}</span>
190
-
<spanclass="sd"> :param number_of_weight_neighborhood: Deprecated -- {integer} size of the neighborhood. Deprecated, remove in the next major release.</span>
190
+
<spanclass="sd"> :param number_of_weight: Deprecated -- {integer} number of weight vector used to decompose the problem. Deprecated, remove in the next major release.</span>
191
+
<spanclass="sd"> :param number_of_objective: Deprecated -- {integer} number of objective in the problem. Deprecated, remove in the next major release.</span>
<spanclass="n">warnings</span><spanclass="o">.</span><spanclass="n">warn</span><spanclass="p">(</span><spanclass="s2">"The attribute number_of_weight is deprecated"</span><spanclass="p">,</span><spanclass="ne">DeprecationWarning</span><spanclass="p">)</span>
<spanclass="n">warnings</span><spanclass="o">.</span><spanclass="n">warn</span><spanclass="p">(</span><spanclass="s2">"The attribute number_of_objective is deprecated"</span><spanclass="p">,</span><spanclass="ne">DeprecationWarning</span><spanclass="p">)</span>
<spanclass="sd"> :param weight_file: {string} path of the weight file. Each line represent a weight vector, each column represent a coordinate. An exemple is available here: https://github.com/moead-framework/data/blob/master/weights/SOBOL-2objs-10wei.ws</span>
187
185
<spanclass="sd"> :param termination_criteria: Optional -- {:class:`~moead_framework.core.termination_criteria.abstract_termination_criteria.TerminationCriteria`} The default component is {:class:`~moead_framework.core.termination_criteria.max_evaluation.MaxEvaluation`}</span>
@@ -190,12 +188,14 @@ <h1>Source code for moead_framework.algorithm.combinatorial.moead</h1><div class
190
188
<spanclass="sd"> :param mating_pool_selector: Optional -- {:class:`~moead_framework.core.selector.abstract_selector.MatingPoolSelector`} The default selector is {:class:`~moead_framework.core.selector.closest_neighbors_selector.ClosestNeighborsSelector`}</span>
191
189
<spanclass="sd"> :param sps_strategy: Optional -- {:class:`~moead_framework.core.sps_strategy.abstract_sps.SpsStrategy`} The default strategy is {:class:`~moead_framework.core.sps_strategy.sps_all.SpsAllSubproblems`}</span>
192
190
<spanclass="sd"> :param offspring_generator: Optional -- {:class:`~moead_framework.core.offspring_generator.abstract_mating.OffspringGenerator`} The default generator is {:class:`~moead_framework.core.offspring_generator.offspring_generator.OffspringGeneratorGeneric`}</span>
191
+
<spanclass="sd"> :param number_of_weight: Deprecated -- {integer} number of weight vector used to decompose the problem. Deprecated, remove in the next major release.</span>
192
+
<spanclass="sd"> :param number_of_objective: Deprecated -- {integer} number of objective in the problem. Deprecated, remove in the next major release.</span>
Copy file name to clipboardExpand all lines: docs/html/_modules/moead_framework/algorithm/combinatorial/moead_delta_nr.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,6 @@ <h1>Source code for moead_framework.algorithm.combinatorial.moead_delta_nr</h1><
181
181
182
182
<spanclass="sd"> :param problem: {:class:`~moead_framework.problem.Problem`} problem to optimize</span>
183
183
<spanclass="sd"> :param max_evaluation: {integer} maximum number of evaluation</span>
184
-
<spanclass="sd"> :param number_of_objective: {integer} number of objective in the problem</span>
185
184
<spanclass="sd"> :param number_of_weight_neighborhood: {integer} size of the neighborhood</span>
186
185
<spanclass="sd"> :param delta: {float} probability to use all the population as neighborhood</span>
187
186
<spanclass="sd"> :param number_of_replacement: {integer} maximum number of solutions replaced in the population for each new offspring generated</span>
@@ -191,6 +190,7 @@ <h1>Source code for moead_framework.algorithm.combinatorial.moead_delta_nr</h1><
191
190
<spanclass="sd"> :param sps_strategy: Optional -- {:class:`~moead_framework.core.sps_strategy.abstract_sps.SpsStrategy`} The default strategy is {:class:`~moead_framework.core.sps_strategy.sps_all.SpsAllSubproblems`}</span>
192
191
<spanclass="sd"> :param number_of_crossover_points: {integer} number of crossover point</span>
193
192
<spanclass="sd"> :param mutation_probability: {integer} probability of mutation used by the genetic operator</span>
193
+
<spanclass="sd"> :param number_of_objective: Deprecated -- {integer} number of objective in the problem. Deprecated, remove in the next major release.</span>
@@ -179,7 +179,6 @@ <h1>Source code for moead_framework.algorithm.combinatorial.moead_dra</h1><div c
179
179
180
180
<spanclass="sd"> :param problem: {:class:`~moead_framework.problem.Problem`} problem to optimize</span>
181
181
<spanclass="sd"> :param max_evaluation: {integer} maximum number of evaluation</span>
182
-
<spanclass="sd"> :param number_of_objective: {integer} number of objective in the problem</span>
183
182
<spanclass="sd"> :param number_of_weight_neighborhood: {integer} size of the neighborhood</span>
184
183
<spanclass="sd"> :param delta: {float} probability to use all the population as neighborhood</span>
185
184
<spanclass="sd"> :param number_of_replacement: {integer} maximum number of solutions replaced in the population for each new offspring generated</span>
@@ -188,6 +187,7 @@ <h1>Source code for moead_framework.algorithm.combinatorial.moead_dra</h1><div c
188
187
<spanclass="sd"> :param number_of_crossover_points: {integer} number of crossover point</span>
189
188
<spanclass="sd"> :param threshold_before_evaluate_subproblem_utility: Optional -- Threshold before evaluate the subproblem utility. The default value is 50</span>
190
189
<spanclass="sd"> :param delta_threshold: Optional -- reset the utility if the relative decrease delta_i is under this treshold. The default value is 0.001</span>
190
+
<spanclass="sd"> :param number_of_objective: Deprecated -- {integer} number of objective in the problem. Deprecated, remove in the next major release.</span>
0 commit comments