Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 851 Bytes

optimizer.rst

File metadata and controls

22 lines (17 loc) · 851 Bytes

optimizer -- Parallel optimizers

quantworks.optimizer.server

quantworks.optimizer.worker

quantworks.optimizer.local

Note

* The server component will split strategy executions in chunks which are distributed among the different workers. You can optionally set the chunk size by passing in batchSize to the constructor of quantworks.optimizer.xmlrpcserver.Server. * The quantworks.strategy.BaseStrategy.getResult method is used to select the best strategy execution. You can override that method to rank executions using a different criteria.