Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/11 14:54:17 (12 years ago)
Author:
abeham
Message:

#1541

  • Fixed permutation view and changed label
  • Fixed problem in the RTS operator when all moves are tabu (the original code continues when all moves are tabu, so this is also the case here)
  • Changed the Analyzer parameter type in RTS, a FixedValueParameter is not appropriate for operator parameters
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/PermutationView.Designer.cs

    r6628 r7040  
    7272      this.Controls.Add(this.permutationTypeView);
    7373      this.Name = "PermutationView";
    74       this.Controls.SetChildIndex(this.permutationTypeView, 0);
    7574      this.Controls.SetChildIndex(this.lengthLabel, 0);
    7675      this.Controls.SetChildIndex(this.lengthTextBox, 0);
     76      this.Controls.SetChildIndex(this.permutationTypeView, 0);
    7777      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    7878      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.