Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 18:49:17 (14 years ago)
Author:
gkronber
Message:

Removed max. and min. time offset constraints as algorithm parameters and from all engines. The time constraints were added to the relevant terminal symbols (variable & differential) instead. The time offset constraint can be changed by editing the symbols in the function library. #880 (Max and min time offsets for variable symbols are not set correctly by FunctionLibraryInjectors)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP/3.3/FunctionView.Designer.cs

    r2729 r2843  
    335335    #endregion
    336336
    337     private System.Windows.Forms.GroupBox groupBox;
    338     private System.Windows.Forms.TextBox minSubTreesTextBox;
    339     private System.Windows.Forms.Label label1;
    340     private System.Windows.Forms.TextBox nameTextBox;
    341     private System.Windows.Forms.Label nameLabel;
    342     private System.Windows.Forms.TextBox maxSubTreesTextBox;
    343     private System.Windows.Forms.Label label2;
    344     private System.Windows.Forms.TextBox minTreeSizeTextBox;
    345     private System.Windows.Forms.Label label3;
    346     private System.Windows.Forms.TextBox minTreeHeightTextBox;
    347     private System.Windows.Forms.Label label4;
    348     private System.Windows.Forms.TextBox ticketsTextBox;
    349     private System.Windows.Forms.Label label5;
    350     private System.Windows.Forms.ListBox subFunctionsListBox;
    351     private System.Windows.Forms.Label label7;
    352     private System.Windows.Forms.Button editManipulatorButton;
    353     private System.Windows.Forms.TextBox manipulatorTextBox;
    354     private System.Windows.Forms.TextBox initializerTextBox;
    355     private System.Windows.Forms.Button editInitializerButton;
    356     private System.Windows.Forms.Label label8;
    357     private System.Windows.Forms.ComboBox argumentComboBox;
    358     private System.Windows.Forms.GroupBox subTreesGroupBox;
    359     private System.Windows.Forms.Label label6;
    360     private System.Windows.Forms.ErrorProvider functionPropertiesErrorProvider;
     337    protected System.Windows.Forms.GroupBox groupBox;
     338    protected System.Windows.Forms.TextBox minSubTreesTextBox;
     339    protected System.Windows.Forms.Label label1;
     340    protected System.Windows.Forms.TextBox nameTextBox;
     341    protected System.Windows.Forms.Label nameLabel;
     342    protected System.Windows.Forms.TextBox maxSubTreesTextBox;
     343    protected System.Windows.Forms.Label label2;
     344    protected System.Windows.Forms.TextBox minTreeSizeTextBox;
     345    protected System.Windows.Forms.Label label3;
     346    protected System.Windows.Forms.TextBox minTreeHeightTextBox;
     347    protected System.Windows.Forms.Label label4;
     348    protected System.Windows.Forms.TextBox ticketsTextBox;
     349    protected System.Windows.Forms.Label label5;
     350    protected System.Windows.Forms.ListBox subFunctionsListBox;
     351    protected System.Windows.Forms.Label label7;
     352    protected System.Windows.Forms.Button editManipulatorButton;
     353    protected System.Windows.Forms.TextBox manipulatorTextBox;
     354    protected System.Windows.Forms.TextBox initializerTextBox;
     355    protected System.Windows.Forms.Button editInitializerButton;
     356    protected System.Windows.Forms.Label label8;
     357    protected System.Windows.Forms.ComboBox argumentComboBox;
     358    protected System.Windows.Forms.GroupBox subTreesGroupBox;
     359    protected System.Windows.Forms.Label label6;
     360    protected System.Windows.Forms.ErrorProvider functionPropertiesErrorProvider;
     361
    361362
    362363  }
Note: See TracChangeset for help on using the changeset viewer.