Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/09/13 11:47:30 (11 years ago)
Author:
abeham
Message:

#1961:

  • Removed optimization plugin as no changes are necessary there
  • Changed analyzer to plot mean solution instead of best offspring
  • Added a realvector creator that can inject a predefined point
Location:
branches/CMAES/HeuristicLab.Encodings.RealVectorEncoding/3.3
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CMAES/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj

    r9129 r9132  
    132132      <SpecificVersion>False</SpecificVersion>
    133133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     134      <Private>False</Private>
     135    </Reference>
     136    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     137      <SpecificVersion>False</SpecificVersion>
     138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    134139      <Private>False</Private>
    135140    </Reference>
     
    258263    </BootstrapperPackage>
    259264  </ItemGroup>
    260   <ItemGroup>
    261     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    262       <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    263       <Name>HeuristicLab.Optimization-3.3</Name>
    264       <Private>False</Private>
    265     </ProjectReference>
    266   </ItemGroup>
    267265  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    268266  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.