generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Refactored and integrated Grey Wolf Optimizer #121
Open
hellkite500
wants to merge
18
commits into
NOAA-OWP:master
Choose a base branch
from
hellkite500:gwo-impl
base: master
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.
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a6fd5c - Browse repository at this point
Copy the full SHA 7a6fd5cView commit details -
feat(ngen_cal): initial grew wolf optimizer implementation
This commit combines two files implementing the grey wolf optimizer as a pyswarm sublcass. The code from each as originaly authored by Xia Feng are included here in the history. These will be refactored and refined to fit into the general ngen_cal architecture and assist in maintaining the implementation in the future. Co-authored-by: hellkite500 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92abc92 - Browse repository at this point
Copy the full SHA 92abc92View commit details -
Configuration menu - View commit details
-
Copy full SHA for aea9508 - Browse repository at this point
Copy the full SHA aea9508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dde645 - Browse repository at this point
Copy the full SHA 2dde645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f25e0 - Browse repository at this point
Copy the full SHA 79f25e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6dad4 - Browse repository at this point
Copy the full SHA 1d6dad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52b78f - Browse repository at this point
Copy the full SHA e52b78fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d23e3 - Browse repository at this point
Copy the full SHA 98d23e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cccd3a - Browse repository at this point
Copy the full SHA 7cccd3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d716b - Browse repository at this point
Copy the full SHA 20d716bView commit details
Commits on May 2, 2024
-
refactor: add private
_optimizers
subpackage; move gwo there; expor……t gwo in public `optimizers` This refactor adds a layer of indirection to safeguard the `optimizers` public api. The `_optimizers` subpackage provides a place for _both_ stable and unstable / experimental optimizers to live. Once an optimizer's api and features are fleshed out, it can then be imported by the `optimizers` subpackage in `__init__.py` effectively moving it into the public api.
Configuration menu - View commit details
-
Copy full SHA for 9e98022 - Browse repository at this point
Copy the full SHA 9e98022View commit details -
Configuration menu - View commit details
-
Copy full SHA for f964aba - Browse repository at this point
Copy the full SHA f964abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b567b53 - Browse repository at this point
Copy the full SHA b567b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9f431 - Browse repository at this point
Copy the full SHA 3c9f431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d03bc4 - Browse repository at this point
Copy the full SHA 8d03bc4View commit details -
Co-authored-by: Robert Bartel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ee74f6 - Browse repository at this point
Copy the full SHA 3ee74f6View commit details -
Co-authored-by: Robert Bartel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dca37d - Browse repository at this point
Copy the full SHA 1dca37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a12cd96 - Browse repository at this point
Copy the full SHA a12cd96View commit details
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.