Skip to content

Commit

Permalink
Multi asset Simulations (#22)
Browse files Browse the repository at this point in the history
* Prototype multi-asset market

* Additional market tests

* Add docstrings

* Better const naming

* Prototype multi-asset environment

* Cleanup macros and add multi-asset agent trait

* Implement multi-asset sim runner

* Implement agents for market

* Update examples

* Update docstrings

* Add example to pre-merge checks
  • Loading branch information
zombie-einstein authored Apr 15, 2024
1 parent 729aca5 commit f5416c6
Show file tree
Hide file tree
Showing 23 changed files with 2,593 additions and 145 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pre_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Random stepped example
- name: Random discrete-event example
run: cargo run --example random_agents
- name: Order book example
run: cargo run --example order_book
- name: Multi-asset example
run: cargo run --example multi_asset
- name: Build docs 📚
run: cargo doc --no-deps

Expand Down
Loading

0 comments on commit f5416c6

Please sign in to comment.