Commands for Optimization
- Typically these are organized in a master/worker fashion with one node (the master) directing the search, and all other nodes evaluating parameter sets. Remote function calls are useful in this context for:
- sending tasks to workers:
- async task@{worker} param1...
- having workers return evaluations to master:
- return_result@{master} result
Notes:
No notes for slide 54