API Overview¶
This is a listing of the important and most used for an exhaustive (and potentially exhausting) listing see the module index:
Analysis¶
Data Storage¶
Orchestration¶
Wepy Core¶
Utilities¶
Application Components¶
Reporting on Simulations¶
General Purpose:
WExplore and Image Based Resamplers:
Images
Resamplers¶
Distance Metrics¶
Runners¶
Work Mapper¶
Parallel mapper via python multiprocessing that implements the worker-consumer model. There will only be as many forked processes as workers used.
Parallel mapper via python multiprocessing that implements a task based parallelism. Every walker every cycle will have a new process created (forked) and workers are scheduled via a lock queue.