Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/12/10 23:39:40 (14 years ago)
Author:
abeham
Message:

Documented some of the test functions with literature references.
Renamed Griewangk function as it is actually called Griewank function.
Schwefel is hard to find, used self-citation as Potter and DeJong's description from 1994 seems wrong
Levy is almost impossible to find and defined only for 2 variables, the implementation looks fishy (there was also a bug)
Booth, and Matyas are also just from a single website
Still missing is Zakharov and SumSquares
#934

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLab.Problems.TestFunctions-3.3.csproj

    r3187 r3315  
    8787    <Compile Include="Evaluators\BealeEvaluator.cs" />
    8888    <Compile Include="Evaluators\BoothEvaluator.cs" />
    89     <Compile Include="Evaluators\GriewangkEvaluator.cs" />
     89    <Compile Include="Evaluators\GriewankEvaluator.cs" />
    9090    <Compile Include="Evaluators\LevyEvaluator.cs" />
    9191    <Compile Include="Evaluators\MatyasEvaluator.cs" />
     
    105105    <Compile Include="MoveEvaluators\BealeAdditiveMoveEvaluator.cs" />
    106106    <Compile Include="MoveEvaluators\BoothAdditiveMoveEvaluator.cs" />
     107    <Compile Include="MoveEvaluators\GriewankAdditiveMoveEvaluator.cs" />
    107108    <Compile Include="MoveEvaluators\ZakharovAdditiveMoveEvaluator.cs" />
    108109    <Compile Include="MoveEvaluators\SumSquaresAdditiveMoveEvaluator.cs" />
     
    113114    <Compile Include="MoveEvaluators\RastriginAdditiveMoveEvaluator.cs" />
    114115    <Compile Include="MoveEvaluators\LevyAdditiveMoveEvaluator.cs" />
    115     <Compile Include="MoveEvaluators\GriewangkAdditiveMoveEvaluator.cs" />
    116116    <Compile Include="MoveEvaluators\AdditiveMoveEvaluator.cs" />
    117117    <Compile Include="MoveEvaluators\RealVectorAdditiveMoveWrapper.cs" />
Note: See TracChangeset for help on using the changeset viewer.