-
Notifications
You must be signed in to change notification settings - Fork 47
Wrap gradient_free_optimizers (local) #624
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
Open
gauravmanmode
wants to merge
46
commits into
main
Choose a base branch
from
gradient_free_optimizers
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 36 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
60a7185
initial wrapper over hill_climbing optimizer
gauravmanmode c101bd8
Merge remote-tracking branch 'upstream/main' into gradient_free_optim…
gauravmanmode fdc8097
lazy_loading import and add docstrings for class and helper func
gauravmanmode a37771a
fix path in docs
gauravmanmode d190062
add base class for common options , add pso optimizer
gauravmanmode 67d9904
grid points can be pytree
gauravmanmode cfe87f8
Merge branch 'main' into gradient_free_optimizers
gauravmanmode e5e5175
add test, n_init option
gauravmanmode 23dc21d
add hillclimbing derivatives and docs
gauravmanmode 27d0b1b
add tests
gauravmanmode 73946de
remove pso
gauravmanmode 9948a8b
refactor test_many_algorithms new
gauravmanmode 90694b8
tune gfo algorithms temp to pass tests
gauravmanmode a1cd6cd
add sphereinternaloptimizationexample with converter
gauravmanmode c2958fd
pytree tests for gfo
gauravmanmode 17bce2e
run new test_many comment old test_many
gauravmanmode d341b47
mypy override gfo
gauravmanmode 312ded8
tune gfo to pass tests
gauravmanmode 45f86e6
set accuracy of local from 4 to 3 temp
gauravmanmode a95a826
rename to gfo_optimizers, rename simplex parameters, add to ignore mypy,
gauravmanmode deae6c0
pass common_options as first argument to reduce clutter, rename to te…
gauravmanmode fb3ba70
negate fun value
gauravmanmode d55d8e0
test_many_algorithms add finite case for binding bounds, precision lo…
gauravmanmode 290c88f
to default values
gauravmanmode 3bdde60
tree bounds in sphereexamplewithconverter
gauravmanmode 0512957
pass self directly in common_options
gauravmanmode 3cfc2c1
add_other_algos
gauravmanmode f9405ab
only local opts, rename to extra_strat_points, and add warm_start opt…
gauravmanmode 6eceedb
docs, add experimental field
gauravmanmode 38f2db0
merge from gfo_pop, tests, renaming
gauravmanmode 8d76a16
Merge branch 'main' into gradient_free_optimizers
gauravmanmode a013de4
Wrap gradient_free_optimizers (pop_based) (#636)
gauravmanmode 16680b9
lower stopping maxtime to 1 sec
gauravmanmode b287027
pre-commit fixes
gauravmanmode 3c6f6b1
Merge remote-tracking branch 'upstream/main' into gradient_free_opti…
gauravmanmode bef8ecd
Merge branch 'main' into gradient_free_optimizers
janosg 68f25d0
update type hints
gauravmanmode daa9dbe
dont expose commonoptions
gauravmanmode 5ff94d9
update docstring hillclimbing , stochastchillclimbing
gauravmanmode efe6dc1
fix in sphereexmaplewithconverter
gauravmanmode 451de8c
self suff examples
gauravmanmode b0b70aa
Merge branch 'main' into gradient_free_optimizers
gauravmanmode e9659e0
Merge branch 'main' into gradient_free_optimizers
gauravmanmode 271b049
Merge branch 'main' into gradient_free_optimizers
janosg e5463a8
Merge branch 'main' into gradient_free_optimizers
janosg dd7e19f
Merge branch 'main' into gradient_free_optimizers
gauravmanmode File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.