#maelstrom #space #utility #run #exhaustively

maelstrom-simex

SIMulation EXplorer: a test utility for exhaustively exploring all possible simulations in a simulation space

8 releases (4 breaking)

new 0.8.0 May 1, 2024
0.7.0 Apr 19, 2024
0.6.0 Mar 29, 2024
0.5.0 Feb 8, 2024
0.4.3 Jan 23, 2024

#187 in Testing

Download history 12/week @ 2024-01-22 1/week @ 2024-02-05 1/week @ 2024-02-19 8/week @ 2024-02-26 114/week @ 2024-03-25 20/week @ 2024-04-01 155/week @ 2024-04-15 10/week @ 2024-04-22

193 downloads per month
Used in maelstrom-util

MIT/Apache

44KB
843 lines

SIMEX: SIMuation EXplorer

This test utility allows one to exhaustively explore all possible simulations in a simulation space.

See the documentation for more information.

This is part of the Maelstrom project.


lib.rs:

Provide a mechanism for exhaustively exploring all possible simulations in a simulation space.

The user is given a Simulation object, from which they can retrieve values (choices). On later simulations, different values will be retrieved. The SimulationExplorer will keep yielding simulations until all possible values have been returned.

Dependencies

~470KB