Commit Graph

185 Commits (master)
 

Author SHA1 Message Date
J. Fernando Sánchez 25d042f16c v1.0.0rc11 2 weeks ago
J. Fernando Sánchez f49be3af68 1.0pre4 12 months ago
J. Fernando Sánchez 5e93399d58 Initial benchmarking 12 months ago
J. Fernando Sánchez eca4cae298 Update tutorial and fix plotting bug 1 year ago
J. Fernando Sánchez 47a67f6665 Add jupyter to test-requirements 1 year ago
J. Fernando Sánchez c13550cf83 Tweak ipynb testing 1 year ago
J. Fernando Sánchez 55bbc76b2a Improve tutorial
* Improve text
* Move to docs
* Autogenerate with sphinx
* Fix naming issue `environment.run` (double name)
* Add to tests
1 year ago
J. Fernando Sánchez d13e4eb4b9 Plot env without agent reporters 1 year ago
J. Fernando Sánchez 93d23e4cab Add tutorial test to CI/CD 1 year ago
J. Fernando Sánchez 3802578ad5 Use context manager to add source files 1 year ago
J. Fernando Sánchez 4e296e0cf1 Merge branch 'mesa' 1 year ago
J. Fernando Sánchez 302075a65d Fix bug Py3.11 1 year ago
J. Fernando Sánchez fba379c97c Update readme 1 year ago
J. Fernando Sánchez 50bca88362 Fix pre-release version of v1.0.0rc1 1 year ago
J. Fernando Sánchez cc238d84ec Pre-release version of v1.0 1 year ago
J. Fernando Sánchez be65592055 Default parameters terroristnetwork 1 year ago
J. Fernando Sánchez 1d882dcff6 Update easy function 1 year ago
J. Fernando Sánchez b3e77cbff5 Update python version in gitlab-ci 1 year ago
J. Fernando Sánchez 05748a3250 Update python version requirement 1 year ago
J. Fernando Sánchez a3fc6a5efa Update README 1 year ago
J. Fernando Sánchez 4e95709188 Update README 1 year ago
J. Fernando Sánchez feab0ba79e Large set of changes for v0.30
The examples weren't being properly tested in the last commit. When we fixed
that a lot of bugs in the new implementation of environment and agent were
found, which accounts for most of these changes.

The main difference is the mechanism to load simulations from a configuration
file. For that to work, we had to rework our module loading code in
`serialization` and add a `source_file` attribute to configurations (and
simulations, for that matter).
1 year ago
J. Fernando Sánchez 73282530fd Big refactor v0.30
All test pass, except for the TestConfig suite, which is not too critical as the
plan for this version onwards is to avoid configuration as much as possible.
1 year ago
J. Fernando Sánchez bf481f0f88 v0.20.8 fix bugs 1 year ago
J. Fernando Sánchez 2869b1e1e6 Clean-up
* Removed old/unnecessary models
* Added a `simulation.{iter_}from_py` method to load simulations from python
files
* Changed tests of examples to run programmatic simulations
* Fixed programmatic examples
1 year ago
J. Fernando Sánchez d3cee18635 Add seed to cars example 2 years ago
J. Fernando Sánchez 9a7b62e88e Release 0.30.0rc3 2 years ago
J. Fernando Sánchez c09e480d37 black formatting 2 years ago
J. Fernando Sánchez b2d48cb4df Add test cases for 'ASK' 2 years ago
J. Fernando Sánchez a1262edd2a Refactored time
Treating time and conditions as the same entity was getting confusing, and it
added a lot of unnecessary abstraction in a critical part (the scheduler).

The scheduling queue now has the time as a floating number (faster), the agent
id (for ties) and the condition, as well as the agent. The first three
elements (time, id, condition) can be considered as the "key" for the event.

To allow for agent execution to be "randomized" within every step, a new
parameter has been added to the scheduler, which makes it add a random number to
the key in order to change the ordering.

`EventedAgent.received` now checks the messages before returning control to the
user by default.
2 years ago
J. Fernando Sánchez cbbaf73538 Fix bug EventedEnvironment 2 years ago
J. Fernando Sánchez 2f5e5d0a74 Black formatting 2 years ago
J. Fernando Sánchez a2fb25c160 Version 0.30.0rc2
* Fix CLI arguments not being used when easy is passed a simulation instance
* Docs for `examples/events_and_messages/cars.py`
2 years ago
J. Fernando Sánchez 5fcf610108 Version 0.30.0rc1 2 years ago
J. Fernando Sánchez 159c9a9077 Add events 2 years ago
J. Fernando Sánchez 3776c4e5c5 Refactor
* Removed references to `set_state`
* Split some functionality from `agents` into separate files (`fsm` and
`network_agents`)
* Rename `neighboring_agents` to `neighbors`
* Delete some spurious functions
2 years ago
J. Fernando Sánchez 880a9f2a1c black formatting 2 years ago
J. Fernando Sánchez 227fdf050e Fix conditionals 2 years ago
J. Fernando Sánchez 5d759d0072 Add conditional time values 2 years ago
J. Fernando Sánchez 77d08fc592 Agent step can be a generator 2 years ago
J. Fernando Sánchez 0efcd24d90 Improve exporters 2 years ago
J. Fernando Sánchez 78833a9e08 Formatted with black 2 years ago
J. Fernando Sánchez d9947c2c52 WIP: all tests pass
Documentation needs some improvement

The API has been simplified to only allow for ONE topology per
NetworkEnvironment.
This covers the main use case, and simplifies the code.
2 years ago
J. Fernando Sánchez cd62c23cb9 WIP: all tests pass 2 years ago
J. Fernando Sánchez f811ee18c5 WIP 2 years ago
J. Fernando Sánchez 0a9c6d8b19 WIP: removed stats 2 years ago
J. Fernando Sánchez 3dc56892c1 WIP: working config 2 years ago
J. Fernando Sánchez e41dc3dae2 WIP 2 years ago
J. Fernando Sánchez bbaed636a8 WIP 2 years ago
J. Fernando Sánchez 6f7481769e WIP 2 years ago