Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 17:52:14 (10 years ago)
Author:
abeham
Message:

#2174: Integrated programmable problem into trunk

  • Fixed build configuration
  • Fixed some assembly references that had CopyLocal set to true
  • Added a missing license header
  • Cleaned some usings
  • Fixed the version number in ExternalEvaluation.GP
  • Added ProgrammableProblem and new ExternalEvaluationProblem as a reference to unit tests
  • Fixed plugin dependencies and assembly references
  • Changed icon of programmable problem to script icon
  • Fixed name clash in VRP that also had defined a "PermutationEncoding" class
  • (Hopefully) fixed all output paths
Location:
trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding

    • Property svn:mergeinfo set to (toggle deleted branches)
      /branches/HLScript/HeuristicLab.Encodings.BinaryVectorEncodingmergedeligible
      /branches/ProgrammableProblem/HeuristicLab.Encodings.BinaryVectorEncodingmergedeligible
      /stable/HeuristicLab.Encodings.BinaryVectorEncodingmergedeligible
  • TabularUnified trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj

    r11623 r11961  
    119119  </ItemGroup>
    120120  <ItemGroup>
     121    <Compile Include="BinaryVectorEncoding.cs" />
    121122    <Compile Include="Creators\RandomBinaryVectorCreator.cs" />
    122123    <Compile Include="Crossovers\MultiBinaryVectorCrossover.cs" />
Note: See TracChangeset for help on using the changeset viewer.