-
Notifications
You must be signed in to change notification settings - Fork 883
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
Add cell-centric discrete spaces (experimental) #1994
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd54f21 - Browse repository at this point
Copy the full SHA dd54f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b58d8e - Browse repository at this point
Copy the full SHA 7b58d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aef4a8b - Browse repository at this point
Copy the full SHA aef4a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3240a2b - Browse repository at this point
Copy the full SHA 3240a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3df44e - Browse repository at this point
Copy the full SHA d3df44eView commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c80a0bd - Browse repository at this point
Copy the full SHA c80a0bdView commit details -
replace radius check with value error in neighborhood
the recursion will never call with radius 0, because if radius is 1 you return a cellcollection rather than calling the content of the collection
Configuration menu - View commit details
-
Copy full SHA for 93d7db5 - Browse repository at this point
Copy the full SHA 93d7db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for be7b843 - Browse repository at this point
Copy the full SHA be7b843View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd788ec - Browse repository at this point
Copy the full SHA bd788ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0ef18 - Browse repository at this point
Copy the full SHA cb0ef18View commit details
Commits on Jan 27, 2024
-
* add cell agen * add move_to method to CellAgent * rename to space to discrete space * placeholder for random * revert agent in agent.py back to old version to isolate experimental features
Configuration menu - View commit details
-
Copy full SHA for 94f06b1 - Browse repository at this point
Copy the full SHA 94f06b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for be6c1af - Browse repository at this point
Copy the full SHA be6c1afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 875d0ed - Browse repository at this point
Copy the full SHA 875d0edView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d121d - Browse repository at this point
Copy the full SHA e4d121dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5769a05 - Browse repository at this point
Copy the full SHA 5769a05View commit details -
further cleanup of handling of empties
adds a new intermediate Grid class from which both OrthogonalGrid and HexGrid derive.
Configuration menu - View commit details
-
Copy full SHA for 82a64d9 - Browse repository at this point
Copy the full SHA 82a64d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fdc787 - Browse repository at this point
Copy the full SHA 5fdc787View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 152995c - Browse repository at this point
Copy the full SHA 152995cView commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c524034 - Browse repository at this point
Copy the full SHA c524034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 972ecc4 - Browse repository at this point
Copy the full SHA 972ecc4View commit details -
This is a temporary fix. All random number generation for now uses the default rng from random.
Configuration menu - View commit details
-
Copy full SHA for a656d93 - Browse repository at this point
Copy the full SHA a656d93View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 8df9276 - Browse repository at this point
Copy the full SHA 8df9276View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a1089 - Browse repository at this point
Copy the full SHA f4a1089View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ebcf06 - Browse repository at this point
Copy the full SHA 1ebcf06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d362bae - Browse repository at this point
Copy the full SHA d362baeView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7d82d0 - Browse repository at this point
Copy the full SHA c7d82d0View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2842c0 - Browse repository at this point
Copy the full SHA b2842c0View commit details
Commits on Feb 2, 2024
-
* new tests * pass through of random keyword argument * add CellKlass as an optional keyword argument
Configuration menu - View commit details
-
Copy full SHA for 740f003 - Browse repository at this point
Copy the full SHA 740f003View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d8fcb5 - Browse repository at this point
Copy the full SHA 2d8fcb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ff668 - Browse repository at this point
Copy the full SHA 99ff668View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 565ae0a - Browse repository at this point
Copy the full SHA 565ae0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab87b70 - Browse repository at this point
Copy the full SHA ab87b70View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for ab13bbc - Browse repository at this point
Copy the full SHA ab13bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2e3dd - Browse repository at this point
Copy the full SHA 8f2e3ddView commit details
Commits on Feb 15, 2024
-
Merge branch 'experimental/cell-space' of https://github.com/Corvince…
…/mesa into experimental/cell-space
Configuration menu - View commit details
-
Copy full SHA for ac8ff31 - Browse repository at this point
Copy the full SHA ac8ff31View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for aa03962 - Browse repository at this point
Copy the full SHA aa03962View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b28f9d - Browse repository at this point
Copy the full SHA 9b28f9dView commit details -
Merge branch 'experimental/cell-space' of https://github.com/Corvince…
…/mesa into experimental/cell-space
Configuration menu - View commit details
-
Copy full SHA for bbca3ac - Browse repository at this point
Copy the full SHA bbca3acView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for fe5a93f - Browse repository at this point
Copy the full SHA fe5a93fView commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c80330 - Browse repository at this point
Copy the full SHA 2c80330View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for c79aaf0 - Browse repository at this point
Copy the full SHA c79aaf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8384cf1 - Browse repository at this point
Copy the full SHA 8384cf1View commit details -
Merge branch 'experimental/cell-space' of https://github.com/Corvince…
…/mesa into experimental/cell-space
Configuration menu - View commit details
-
Copy full SHA for 253531c - Browse repository at this point
Copy the full SHA 253531cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebdee8e - Browse repository at this point
Copy the full SHA ebdee8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb2fc52 - Browse repository at this point
Copy the full SHA bb2fc52View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for b3efdee - Browse repository at this point
Copy the full SHA b3efdeeView commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c7ad05 - Browse repository at this point
Copy the full SHA 8c7ad05View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 819e903 - Browse repository at this point
Copy the full SHA 819e903View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f49dc7 - Browse repository at this point
Copy the full SHA 0f49dc7View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for da94fb1 - Browse repository at this point
Copy the full SHA da94fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b210686 - Browse repository at this point
Copy the full SHA b210686View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for c35591c - Browse repository at this point
Copy the full SHA c35591cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 065e5ea - Browse repository at this point
Copy the full SHA 065e5eaView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1bfa009 - Browse repository at this point
Copy the full SHA 1bfa009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b1c454 - Browse repository at this point
Copy the full SHA 6b1c454View commit details -
Merge branch 'experimental/cell-space' of https://github.com/Corvince…
…/mesa into experimental/cell-space
Configuration menu - View commit details
-
Copy full SHA for e0d5673 - Browse repository at this point
Copy the full SHA e0d5673View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf789f2 - Browse repository at this point
Copy the full SHA cf789f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50666c1 - Browse repository at this point
Copy the full SHA 50666c1View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e520d3c - Browse repository at this point
Copy the full SHA e520d3cView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 85251f0 - Browse repository at this point
Copy the full SHA 85251f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a247cb - Browse repository at this point
Copy the full SHA 3a247cbView commit details -
Merge branch 'experimental/cell-space' of https://github.com/Corvince…
…/mesa into experimental/cell-space
Configuration menu - View commit details
-
Copy full SHA for 86127f2 - Browse repository at this point
Copy the full SHA 86127f2View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb19879 - Browse repository at this point
Copy the full SHA fb19879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea5d35 - Browse repository at this point
Copy the full SHA 5ea5d35View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for b7ac86c - Browse repository at this point
Copy the full SHA b7ac86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ca4a5 - Browse repository at this point
Copy the full SHA 76ca4a5View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45e3e9f - Browse repository at this point
Copy the full SHA 45e3e9fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 3d8cdfd - Browse repository at this point
Copy the full SHA 3d8cdfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8ca0b - Browse repository at this point
Copy the full SHA ce8ca0bView commit details -
Merge branch 'experimental/cell-space' of https://github.com/Corvince…
…/mesa into experimental/cell-space
Configuration menu - View commit details
-
Copy full SHA for 18bd2a3 - Browse repository at this point
Copy the full SHA 18bd2a3View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62c844e - Browse repository at this point
Copy the full SHA 62c844eView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for adff7aa - Browse repository at this point
Copy the full SHA adff7aaView commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d5e6b0 - Browse repository at this point
Copy the full SHA 7d5e6b0View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for b32af9f - Browse repository at this point
Copy the full SHA b32af9fView commit details