Method | Description | |
---|---|---|
GetData ( AppDomain ad, string key ) : T | ||
GetResults ( ) : Dictionary |
||
GetResults ( AppDomain ad ) : Dictionary |
||
Initialize ( ) : void | ||
RunAlgorithm ( Dictionary list, IOptimizerConfiguration config ) : decimal>.Dictionary |
||
RunAlgorithmAsync ( Dictionary list, IOptimizerConfiguration config ) : Tuple |
Can be used to "russian doll" QCAlgorithm
|
|
SetData ( AppDomain ad, string key, object item ) : void | ||
SetResults ( AppDomain ad, object item ) : void |
Method | Description | |
---|---|---|
SetupAppDomain ( ) : AppDomainSetup |
Method | Description | |
---|---|---|
CreateQueuerInAppDomain ( AppDomain &ad ) : Optimization.Queuer | ||
CreateRunnerInAppDomain ( AppDomain &ad ) : Optimization.Runner |
public static GetData ( AppDomain ad, string key ) : T | ||
ad | AppDomain | |
key | string | |
return | T |
public static GetResults ( AppDomain ad ) : Dictionary |
||
ad | AppDomain | |
return | Dictionary |
public static RunAlgorithm ( Dictionary list, IOptimizerConfiguration config ) : decimal>.Dictionary |
||
list | Dictionary | |
config | IOptimizerConfiguration | |
return | decimal>.Dictionary |
public static RunAlgorithmAsync ( Dictionary list, IOptimizerConfiguration config ) : Tuple |
||
list | Dictionary | |
config | IOptimizerConfiguration | |
return | Tuple |
public static SetData ( AppDomain ad, string key, object item ) : void | ||
ad | AppDomain | |
key | string | |
item | object | |
return | void |
public static SetResults ( AppDomain ad, object item ) : void | ||
ad | AppDomain | |
item | object | |
return | void |
protected static SetupAppDomain ( ) : AppDomainSetup | ||
return | AppDomainSetup |