Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 17:52:14 (9 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.RealVectorEncoding
Files:
2 edited
1 copied

Legend:

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

    • Property svn:mergeinfo set to (toggle deleted branches)
      /branches/HLScript/HeuristicLab.Encodings.RealVectorEncodingmergedeligible
      /branches/ProgrammableProblem/HeuristicLab.Encodings.RealVectorEncodingmergedeligible
      /stable/HeuristicLab.Encodings.RealVectorEncodingmergedeligible
      /branches/1721-RandomForestPersistence/HeuristicLab.Encodings.RealVectorEncoding10321-10322
      /branches/Algorithms.GradientDescent/HeuristicLab.Encodings.RealVectorEncoding5516-5520
      /branches/Benchmarking/sources/HeuristicLab.Encodings.RealVectorEncoding6917-7005
      /branches/CloningRefactoring/HeuristicLab.Encodings.RealVectorEncoding4656-4721
      /branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding5471-5808
      /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Encodings.RealVectorEncoding5815-6180
      /branches/DataAnalysis/HeuristicLab.Encodings.RealVectorEncoding4458-4459,​4462,​4464
      /branches/DataPreprocessing/HeuristicLab.Encodings.RealVectorEncoding10085-11101
      /branches/GP.Grammar.Editor/HeuristicLab.Encodings.RealVectorEncoding6284-6795
      /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Encodings.RealVectorEncoding5060
      /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Encodings.RealVectorEncoding6123-9799
      /branches/LogResidualEvaluator/HeuristicLab.Encodings.RealVectorEncoding10202-10483
      /branches/NET40/sources/HeuristicLab.Encodings.RealVectorEncoding5138-5162
      /branches/ParallelEngine/HeuristicLab.Encodings.RealVectorEncoding5175-5192
      /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Encodings.RealVectorEncoding7568-7810
      /branches/QAPAlgorithms/HeuristicLab.Encodings.RealVectorEncoding6350-6627
      /branches/Restructure trunk solution/HeuristicLab.Encodings.RealVectorEncoding6828
      /branches/RuntimeOptimizer/HeuristicLab.Encodings.RealVectorEncoding8943-9078
      /branches/ScatterSearch (trunk integration)/HeuristicLab.Encodings.RealVectorEncoding7787-8333
      /branches/SlaveShutdown/HeuristicLab.Encodings.RealVectorEncoding8944-8956
      /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Encodings.RealVectorEncoding10204-10479
      /branches/SuccessProgressAnalysis/HeuristicLab.Encodings.RealVectorEncoding5370-5682
      /branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding6829-6865
      /branches/UnloadJobs/HeuristicLab.Encodings.RealVectorEncoding9168-9215
      /branches/VNS/HeuristicLab.Encodings.RealVectorEncoding5594-5752
      /branches/histogram/HeuristicLab.Encodings.RealVectorEncoding5959-6341
  • trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj

    r11623 r11961  
    136136    <Compile Include="RealVectorCrossover.cs" />
    137137    <Compile Include="Properties\AssemblyInfo.cs" />
     138    <Compile Include="RealVectorEncoding.cs" />
    138139    <Compile Include="RealVectorManipulator.cs" />
    139140  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.