![]() |
AGA V1
Asexual Genetic Algorithm Version 1.0
|
00001 !/*nsteps, nruns, nparent, npts, nerr */ 00002 120 5 20 400 1 00003 !/*deltaconst, nmig, ngaussdev, igaus */ 00004 1 1 0 1 00005 !/*reduc, tolerance */ 00006 0.933 1.e-12 00007 !/* coef (min and max value) */ 00008 !/* min max */ 00009 0. 1. 00010 0. 1. 00011 ! 00012 /*====================================================================*/ 00013 /** 00014 * @file "InitCond.dat" 00015 * @brief Initial conditions/parameters file 00016 * @authors Ary Rodriguez-Gonzalez & Alejandro Esquivel 00017 * @date 23/Jun/2011 00018 */ 00019 /* 00020 * Copyright (c) 2011 Ary Rodriguez and Alejandro Esquivel 00021 * 00022 * This file is part of AGA-V1. 00023 * 00024 * AGA-V1 is free software; you can redistribute it and/or modify 00025 * it under the terms of the GNU General Public License as published by 00026 * the Free Software Foundation; either version 3 of the License, or 00027 * (at your option) any later version. 00028 * 00029 * This program is distributed in the hope that it will be useful, 00030 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00031 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00032 * GNU General Public License for more details. 00033 * 00034 * You should have received a copy of the GNU General Public License 00035 * along with this program. If not, see http://www.gnu.org/licenses/. 00036 *======================================================================= 00037 */ 00038 00039