christophwaibel / FitnessLandscapeAnalysis

Fitness Landscape Analysis tools for black-box optimization problems, including sequences and metrics
GNU General Public License v3.0
1 stars 0 forks source link

CEC20-special-cases-domains #1

Closed christophwaibel closed 4 years ago

christophwaibel commented 4 years ago

some problems have special domains, not just numbers. like [-nVar^2, nVar^2], [-2pi, 2pi], [0.0, pi], etc... How to deal with that? These problems:

System.FormatException: Input string was not in a correct format. at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type) at System.Convert.ToDouble(String value) at CEC20.Program.Main(String[] args) in C:\Users\Christoph\Documents\GitHub\FitnessLandscapeAnalysis\CEC20\Program.cs:line 104

f036: [-nVar^2,nVar^2]

f049: [-pi,pi]

f078: [-15,-5;-3,3]

f099: [-2pi,2pi]

f100: [-2pi,2pi]

f107: [-15,-5;-3,3]

f108: [-15,-5;-3,3]

f178: [0,pi]

f188: [-pi,pi]

f216: [-5pi,5pi]

christophwaibel commented 4 years ago

hardcoded