Optimization Group with different values only
More...
|
override void | UpdateForIteration (long iteration) |
| Calculate iteration properties values and updated objects properties current iteration value
|
|
override object | Clone () |
|
override string | ToString () |
|
void | Add (IOptimPropertyBase property) |
|
long | CalculateIterations (CancellationToken cancellationToken) |
|
IOptimDataBase | GetUpdatedData () |
|
|
long | Iterations => m_iterations ?? CalculateIterations(CancellationToken.None) |
| Property max iterations count
|
|
bool | HasData => m_data != null |
|
IOptimDataBase | m_data |
|
IReadOnlyList< IOptimPropertyBase > | Properties [get] |
|
string | Name [get, protected set] |
| The name of property
|
|
IOptimDataBase | Data [get, set] |
| Get / set optimization property data
|
|
string | Name [get] |
| The name of property
|
|
long | Iterations [get] |
| Property max iterations count
|
|
bool | HasData [get] |
|
IOptimDataBase | Data [get, set] |
| Get / set optimization property data
|
|
Optimization Group with different values only