-
Notifications
You must be signed in to change notification settings - Fork 131
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
Minimizing a loss function #49
Comments
basically I want to change creator.create("FitnessMax", base.Fitness, weights=(1.0,)) to creator.create("FitnessMax", base.Fitness, weights=(-1.0,)) |
When creating the cv, you can wrap the
Ideally, this should just be a parameter during cv initialization. |
Created PR #51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 305 in cv.py, is there anyway we can change the weights tuple to minimize a loss function rather than always maximize ?
The text was updated successfully, but these errors were encountered: