We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c9add8 + 279308d commit b55c710Copy full SHA for b55c710
1 file changed
epde/optimizers/moeadd/population_constr.py
@@ -36,7 +36,7 @@ def applyToPassed(self, passed_solution: SoEq, **kwargs):
36
try:
37
passed_solution.set_objective_functions(kwargs['obj_funs'])
38
except KeyError:
39
- passed_solution.use_default_multiobjective_function()
+ passed_solution.use_default_multiobjective_function(self.use_pic)
40
41
def create(self, **kwargs):
42
sparsity = kwargs.get('sparsity', 10 ** (np.random.uniform(low = np.log10(self.sparsity_interval[0]),
0 commit comments