Design Space Exploration#
| Specification for a single variable / dimension in a design problem. | |
| Parameter containing floats. | |
| Parameter containing integers. | |
| Parameter containing a set of of anything. | |
| Spec for a sweep algorithm, with a method to run it. | |
| Select parameters uniformly on a grid. | |
| Select sampling points using Monte Carlo sampling (Latin Hypercube method). | |
| Select parameters with an object with a user supplied sampler with a  | |
| Select sampling points uniformly at random. | |
| Specification of a design problem / combination of several parameters + algorithm. | |
| Stores the result of a run over a  |