|
|
|
# Intended structure of the recoded Parameter_sampler:
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
## Sampler (core)
|
|
|
|
### Inputs
|
|
|
|
* evaluate object
|
|
|
|
* arguments
|
|
|
|
|
|
|
|
### Outputs
|
|
|
|
* parameter set
|
|
|
|
|
|
|
|
### Limitations
|
|
|
|
* Python binding
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
**Exchange**: score (float) <-> parameter set (dict), time range (start, end)
|
|
|
|
<Optional: time course, time range>
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
## Evaluate Object
|
|
|
|
### Input
|
|
|
|
* objective function (script, one function)
|
|
|
|
* model simulation (script, one function)
|
|
|
|
|
|
|
|
### Outputs
|
|
|
|
* Score (for every simulation run)
|
|
|
|
|
|
|
|
### Limitations
|
|
|
|
* Python binding |