Beispiel #1
0
 public ParamCost()
 {
     ParameterSets.SetDefaults(this);
 }
Beispiel #2
0
        // Should change some discrete options into C# enums.
        // Much better for naming and documenting individual values.
        // In matlab, test casting the enum field to int.
        // Need GUI to choose from enum values (DevExpress grid cell editor).
        // These revisions would also encompass Instance.ProbEnum or take advantage of code related to it.

        public ParamSolving()
        {
            //MaxTime = 600; // will generalize
            ParameterSets.SetDefaults(this);
        }