-
Notifications
You must be signed in to change notification settings - Fork 3
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
adding ConstraintFunctionsLibrary #221
Conversation
src/optimization.jl
Outdated
act::ParametersAllActors, | ||
actor_or_workflow::Union{DataType,Function}, | ||
X::AbstractMatrix, | ||
Y::AbstractMatrix, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's Y
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't you passing the objectives though X?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'x' is the vector if inputs for an individual, and 'X' is a matrix with each row being the vector of inputs for individuals in the population.
…es/FUSE.jl into constraint_optimization
not finished