package operations_research.bop

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BopOptimizerMethod

bop_parameters.proto:24

Method used to optimize a solution in Bop. NEXT TAG: 16

Used in: BopSolverOptimizerSet

enum BopOptimizerMethod.OptimizerType

bop_parameters.proto:25

Used in: BopOptimizerMethod

message BopParameters

bop_parameters.proto:57

Contains the definitions for all the bop algorithm parameters and their default values. NEXT TAG: 42

enum BopParameters.ThreadSynchronizationType

bop_parameters.proto:191

Defines how the different solvers are synchronized during the search. Note that the synchronization (if any) occurs before each call to an optimizer (the smallest granularity of the solver in a parallel context).

Used in: BopParameters

message BopSolverOptimizerSet

bop_parameters.proto:49

Set of optimizer methods to be run by an instance of the portfolio optimizer. Note that in the current implementation, all the methods specified in the repeated field methods will run on the same solver / thread.

Used in: BopParameters