-
Notifications
You must be signed in to change notification settings - Fork 354
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 Python Crop Simulation #1339
base: main
Are you sure you want to change the base?
Conversation
import yaml | ||
import pandas as pd |
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.
standard imports should be on top, pcse can be kept inline to avoid issues
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.
Done.
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.
standard imports should be on top, pcse can be kept inline to avoid issues
Done.
nevergrad/functions/pcse/pcse.py
Outdated
# error = objfunc_calculator(defaults) | ||
# print("Objective function value with default parameters (%s): %s" % (defaults, error)) | ||
|
||
import nevergrad as ng |
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.
on top
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.
Done.
I guess the License is too restrictive here :s it's a bit borderline here since it's a benchmark and not an optimizer, but it safer to avoid adding any... |
Co-authored-by: Jérémy Rapin <[email protected]>
Would a wget in the code be ok ? |
Co-authored-by: Jérémy Rapin <[email protected]>
* irrigation_challenge * flute * fix * Update __init__.py * Update experiments.py * fix * fix * fix * fix * fix * fix * fix * fix * fix_gym * fix_gym * fix_gym * fix * fix
* irrigation_challenge * flute * fix * Update __init__.py * Update experiments.py * fix * fix * fix * fix * fix * fix * fix * fix * fix_gym * fix_gym * fix_gym * fix * fix
* fix * fix * fix * o * fix * fix * fix * fix * GZZfix * fix * black * fix_tst_irrigation * one_more_false
Types of changes
Motivation and Context / Related issue
Crop is a fundamental problem for humans on this planet.
I've not used the full power of PCSE --- more to come.
How Has This Been Tested (if it applies)
Checklist