module documentation
Usage from a system shell:
[python] ./demo.py 100 1 20
runs the first of 20 batches with maximal budget of 100 f-evaluations.
Usage from a python shell:
>>> import demo >>> demo.main(100, 1, 99)
does the same from 99 batches.
| Function | coco |
fun is a callable, to be optimized by global variable solver |
| Function | main |
Undocumented |
| Function | random |
Efficient implementation of uniform random search between lbounds and ubounds. |
| Constant | MAXEVALS |
Undocumented |
| Variable | current |
Undocumented |
| Variable | number |
Undocumented |
| Variable | observer |
Undocumented |
| Variable | observer |
Undocumented |
| Variable | suite |
Undocumented |
| Variable | suite |
Undocumented |