Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10024 for branches


Ignore:
Timestamp:
10/04/13 11:20:14 (11 years ago)
Author:
ascheibe
Message:

#1886 added views project for solution caching

Location:
branches/HeuristicLab.Analysis.AlgorithmBehavior
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln

    r10023 r10024  
    2121EndProject
    2222Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.SolutionCaching-3.3", "HeuristicLab.Analysis.SolutionCaching\3.3\HeuristicLab.Analysis.SolutionCaching-3.3.csproj", "{A05AA272-14EC-4422-AC70-C9CA42164441}"
     23EndProject
     24Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.SolutionCaching.Views-3.3", "HeuristicLab.Analysis.SolutionCaching.Views\3.3\HeuristicLab.Analysis.SolutionCaching.Views-3.3.csproj", "{3977F98A-3D59-4D02-A6D3-51021BCEB488}"
    2325EndProject
    2426Global
     
    9294    {A05AA272-14EC-4422-AC70-C9CA42164441}.Release|x64.ActiveCfg = Release|Any CPU
    9395    {A05AA272-14EC-4422-AC70-C9CA42164441}.Release|x86.ActiveCfg = Release|Any CPU
     96    {3977F98A-3D59-4D02-A6D3-51021BCEB488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     97    {3977F98A-3D59-4D02-A6D3-51021BCEB488}.Debug|Any CPU.Build.0 = Debug|Any CPU
     98    {3977F98A-3D59-4D02-A6D3-51021BCEB488}.Debug|x64.ActiveCfg = Debug|Any CPU
     99    {3977F98A-3D59-4D02-A6D3-51021BCEB488}.Debug|x86.ActiveCfg = Debug|Any CPU
     100    {3977F98A-3D59-4D02-A6D3-51021BCEB488}.Release|Any CPU.ActiveCfg = Release|Any CPU
     101    {3977F98A-3D59-4D02-A6D3-51021BCEB488}.Release|Any CPU.Build.0 = Release|Any CPU
     102    {3977F98A-3D59-4D02-A6D3-51021BCEB488}.Release|x64.ActiveCfg = Release|Any CPU
     103    {3977F98A-3D59-4D02-A6D3-51021BCEB488}.Release|x86.ActiveCfg = Release|Any CPU
    94104  EndGlobalSection
    95105  GlobalSection(SolutionProperties) = preSolution
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/RealVectorEncoding/RealVectorSolutionInformation.cs

    r10023 r10024  
    2727
    2828namespace HeuristicLab.Analysis.SolutionCaching.RealVectorEncoding {
    29   [Item("RealVectorSolutionInformation", "Stores meta-information about a real vector solution.")]
     29  [Item("RealVectorSolutionInformation", "Displays information about a real vector solution.")]
    3030  [StorableClass]
    3131  public class RealVectorSolutionInformation : SolutionInformation<Encodings.RealVectorEncoding.RealVector> {
Note: See TracChangeset for help on using the changeset viewer.