Changeset 11960
- Timestamp:
- 02/06/15 16:24:33 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.csproj
r11958 r11960 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath> ..\..\..\..\trunk\sources\bin\</OutputPath>19 <OutputPath>$(SolutionDir)\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> … … 25 25 <DebugType>pdbonly</DebugType> 26 26 <Optimize>true</Optimize> 27 <OutputPath> ..\..\..\..\trunk\sources\bin\</OutputPath>27 <OutputPath>$(SolutionDir)\bin\</OutputPath> 28 28 <DefineConstants>TRACE</DefineConstants> 29 29 <ErrorReport>prompt</ErrorReport> … … 38 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 39 39 <DebugSymbols>true</DebugSymbols> 40 <OutputPath> ..\..\bin\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <DebugType>full</DebugType> … … 46 46 </PropertyGroup> 47 47 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 48 <OutputPath> ..\..\bin\</OutputPath>48 <OutputPath>$(SolutionDir)\bin\</OutputPath> 49 49 <DefineConstants>TRACE</DefineConstants> 50 50 <Optimize>true</Optimize> … … 56 56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 57 57 <DebugSymbols>true</DebugSymbols> 58 <OutputPath> ..\..\bin\</OutputPath>58 <OutputPath>$(SolutionDir)\bin\</OutputPath> 59 59 <DefineConstants>DEBUG;TRACE</DefineConstants> 60 60 <DebugType>full</DebugType> … … 64 64 </PropertyGroup> 65 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 66 <OutputPath> ..\..\bin\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 67 67 <DefineConstants>TRACE</DefineConstants> 68 68 <Optimize>true</Optimize> -
trunk/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HillClimber.cs
r11956 r11960 39 39 // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014 40 40 // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid 41 [Item("Hill Climber", " Test algorithm.")]41 [Item("Hill Climber", "Binary Hill Climber.")] 42 42 [StorableClass] 43 [Creatable(" Parameterless Population Pyramid")]43 [Creatable("Algorithms")] 44 44 public class HillClimber : BasicAlgorithm { 45 45 [Storable] -
trunk/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs
r11956 r11960 39 39 // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014 40 40 // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid 41 [Item("Parameter-less Population Pyramid", "Binary value optimization algorithm which requires no configuration. ")]41 [Item("Parameter-less Population Pyramid", "Binary value optimization algorithm which requires no configuration. B. W. Goldman and W. F. Punch, Parameter-less Population Pyramid, GECCO, pp. 785–792, 2014")] 42 42 [StorableClass] 43 [Creatable(" Parameterless Population Pyramid")]43 [Creatable("Algorithms")] 44 44 public class ParameterlessPopulationPyramid : BasicAlgorithm { 45 45 public override Type ProblemType { -
trunk/sources/HeuristicLab.Problems.BinaryVector/3.3/DeceptiveStepTrapProblem.cs
r11956 r11960 29 29 30 30 namespace HeuristicLab.Problems.BinaryVector { 31 // This code is based off the publication32 // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 201433 // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid34 31 [Item("Deceptive Step Trap Problem", "Genome encodes completely separable blocks, where each block deceptive with fitness plateaus.")] 35 32 [StorableClass] 36 [Creatable("Parameterless Population Pyramid")] 37 // In the GECCO paper, Section 4.1 33 [Creatable("Problems")] 38 34 public class DeceptiveStepTrapProblem : DeceptiveTrapProblem { 39 35 [StorableConstructor] -
trunk/sources/HeuristicLab.Problems.BinaryVector/3.3/DeceptiveTrapProblem.cs
r11956 r11960 30 30 31 31 namespace HeuristicLab.Problems.BinaryVector { 32 // This code is based off the publication33 // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 201434 // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid35 32 [Item("Deceptive Trap Problem", "Genome encodes completely separable blocks, where each block is fully deceptive.")] 36 33 [StorableClass] 37 [Creatable("P arameterless Population Pyramid")]34 [Creatable("Problems")] 38 35 public class DeceptiveTrapProblem : BinaryVectorProblem { 39 36 [StorableConstructor] -
trunk/sources/HeuristicLab.Problems.BinaryVector/3.3/HIFFProblem.cs
r11956 r11960 28 28 29 29 namespace HeuristicLab.Problems.BinaryVector { 30 // This code is based off the publication31 // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 201432 // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid33 30 [Item("Hierararchical If and only If problem", "Genome evaluated in nested subsets to see if each subset contains either all 0s or all 1s.")] 34 31 [StorableClass] 35 [Creatable("P arameterless Population Pyramid")]32 [Creatable("Problems")] 36 33 public class HIFFProblem : BinaryVectorProblem { 37 34 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.