Class containing the variables used for optimization.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class SystemParameterInfo : ISerializable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class SystemParameterInfo _ Implements ISerializable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class SystemParameterInfo : ISerializable |
Remarks
An optimization run can consist of one or more values that can change
for each system run. This class holds those values. The user will specify
information about the optimization parameter such as the high and low thresholds
and the "step" or increment value for each parameter.