We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The genetic algorithm class fails inexplicably when multiple objectives are passed e.g. like
We need to add some validation to the genetic algorithm class to fail elegantly.
This issue caused #8
The text was updated successfully, but these errors were encountered: