-
Notifications
You must be signed in to change notification settings - Fork 162
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
Moving examples to use the new discrete spaces #198
Merged
+885
−884
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
41b2dd1
moving acto_tsp
quaquel e775b42
Update model.py
quaquel 1b629a6
move bank model to new OrthogonalMooreGrid
quaquel a1a15b3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] bd0a4fa
fix random in atc
quaquel bab2de8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a0d40a4
moved all boltman models over
quaquel 9b89085
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9b833f4
another batch of models
quaquel ef61c59
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 281e9db
bring in line with main
quaquel ca2317f
figuring out build failure
quaquel e88d645
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a94c325
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7fd5774
2 more examples moved
quaquel 4e99603
updated hotelling
quaquel 28a348b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 878b51a
add seed kwarg
quaquel 891a94c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4c4bae1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9972fa8
remove unused variables
quaquel f457639
a few more examples are moved over
quaquel e2d1b7b
sugarscape
quaquel fa6cef8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e2eff63
wolf-sheep
quaquel d57aa74
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 480cdb4
ruff related fixes
quaquel c433382
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 40399c7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 86f8592
rebase and some additional fixes
quaquel e5c69b6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 95f862e
Merge remote-tracking branch 'upstream/main' into new_spaces
quaquel f9f7b84
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] acbff93
Fix pre-commit
EwoutH 6b804bd
Revert basic example models to current grids
EwoutH 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
fix random in atc
commit bd0a4fa9e1d4b4bc557ff8ba8a7d913cbf0c9823
There are no files selected for viewing
This file contains 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
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.
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.
Maybe call it space here, since it isn't really a grid?