Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/17 19:34:13 (7 years ago)
Author:
pkimmesw
Message:

#2665 Fixed analyzer, fixed Plush encoding + operators, adpated print evaluation according to McPhee

Location:
branches/PushGP/HeuristicLab.PushGP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP

    • Property svn:ignore set to
      *.user
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj

    r15275 r15289  
    228228    <Compile Include="Push\Problem\BenchmarkSuite\PlushPushBenchmarkSuiteProblem.cs" />
    229229    <Compile Include="Push\Problem\PlushPushProblem.cs" />
    230     <Compile Include="Push\Problem\BenchmarkSuite\PushBenchmarkSuiteSolution.cs" />
     230    <Compile Include="Push\Solution\IPushSolution.cs" />
     231    <Compile Include="Push\Solution\BenchmarkSuite\PushBenchmarkSuiteSolution.cs" />
    231232    <Compile Include="Push\Problem\DataBounds.cs" />
    232     <Compile Include="Push\Problem\EvaluationResult.cs" />
     233    <Compile Include="Push\Evaluator\EvaluationResult.cs" />
    233234    <Compile Include="Push\Individual\IndividualExtensions.cs" />
    234     <Compile Include="Push\Problem\BenchmarkSuite\PushBenchmarkSuiteEvaluator.cs" />
     235    <Compile Include="Push\Evaluator\PushBenchmarkSuiteEvaluator.cs" />
    235236    <Compile Include="Push\Problem\BenchmarkSuite\IntegerVectorPushBenchmarkSuiteProblem.cs" />
    236     <Compile Include="Push\Problem\IPushEvaluator.cs" />
     237    <Compile Include="Push\Evaluator\IPushEvaluator.cs" />
    237238    <Compile Include="Push\Problem\IntegerVectorPushProblem.cs" />
    238239    <Compile Include="Properties\AssemblyInfo.cs" />
    239240    <Compile Include="Push\Problem\PushProblemBase.cs" />
    240     <Compile Include="Push\Problem\PushSolution.cs" />
     241    <Compile Include="Push\Solution\PushSolution.cs" />
    241242    <Compile Include="Push\Data\Pool\PooledObject.cs" />
    242243    <Compile Include="Push\Selector\ICaseSingleObjectiveSelector.cs" />
     
    266267      <DependentUpon>PushDebuggerView.cs</DependentUpon>
    267268    </Compile>
    268     <Compile Include="Push\Problem\BenchmarkSuite\BenchmarkSuitePushSolutionView.cs">
     269    <Compile Include="Push\Solution\BenchmarkSuite\BenchmarkSuitePushSolutionView.cs">
    269270      <SubType>UserControl</SubType>
    270271    </Compile>
    271     <Compile Include="Push\Problem\BenchmarkSuite\BenchmarkSuitePushSolutionView.Designer.cs">
     272    <Compile Include="Push\Solution\BenchmarkSuite\BenchmarkSuitePushSolutionView.Designer.cs">
    272273      <DependentUpon>BenchmarkSuitePushSolutionView.cs</DependentUpon>
    273274    </Compile>
     
    291292      <DependentUpon>PushDebuggerView.cs</DependentUpon>
    292293    </EmbeddedResource>
    293     <EmbeddedResource Include="Push\Problem\BenchmarkSuite\BenchmarkSuitePushSolutionView.resx">
     294    <EmbeddedResource Include="Push\Solution\BenchmarkSuite\BenchmarkSuitePushSolutionView.resx">
    294295      <DependentUpon>BenchmarkSuitePushSolutionView.cs</DependentUpon>
    295296    </EmbeddedResource>
Note: See TracChangeset for help on using the changeset viewer.