Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genetic algorithm apply method fails when OptimisationProblem with multiple objectives is passed #11

Open
JCSadeghi opened this issue Jul 10, 2019 · 0 comments
Labels
bug Something isn't working stable Stable version

Comments

@JCSadeghi
Copy link

The genetic algorithm class fails inexplicably when multiple objectives are passed e.g. like

%% Define OptimizationProblem
Xop     = OptimizationProblem('Sdescription','Constrained Minimization','Xinput',Xin,...
    'CXobjectiveFunctions', {Xobj Xobj2} ,'Xconstraint',[Xcon1 Xcon2]);

We need to add some validation to the genetic algorithm class to fail elegantly.
This issue caused #8

@JCSadeghi JCSadeghi added the stable Stable version label Jul 10, 2019
@FriesischScott FriesischScott added the bug Something isn't working label Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stable Stable version
Projects
None yet
Development

No branches or pull requests

2 participants