Changeset 64 for cpp/geno_fx
- Timestamp:
- 01/28/11 23:29:40 (14 years ago)
- Location:
- cpp/geno_fx
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/geno_fx/geno_ftest.cpp
r3 r64 1 // This file is a part of Framsticks GenoFX library.2 // Copyright (C) 2002-20 09Maciej Komosinski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GenoFX library. 2 // Copyright (C) 2002-2011 Maciej Komosinski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/geno_fx/geno_ftest.h
r3 r64 1 // This file is a part of Framsticks GenoFX library.2 // Copyright (C) 2002-20 09Maciej Komosinski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GenoFX library. 2 // Copyright (C) 2002-2011 Maciej Komosinski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/geno_fx/geno_fx.cpp
r31 r64 1 // This file is a part of Framsticks GenoFX library.2 // Copyright (C) 2002-20 09Maciej Komosinski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GenoFX library. 2 // Copyright (C) 2002-2011 Maciej Komosinski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 … … 55 55 double Geno_fx::mutateNeuProperty(double current,Neuro *n,int i) 56 56 { 57 if (i==-1) return mutateCreepNoLimit('f',current,-10,10); 57 if (i==-1) return mutateCreepNoLimit('f',current,-10,10); //i==-1: mutating weight of neural connection 58 58 ParamInterface *pi; 59 59 if (i>=100) {i-=100; pi=&n->getClass()->getProperties();} -
cpp/geno_fx/geno_fx.h
r31 r64 1 // This file is a part of Framsticks GenoFX library.2 // Copyright (C) 2002-20 09Maciej Komosinski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GenoFX library. 2 // Copyright (C) 2002-2011 Maciej Komosinski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4
Note: See TracChangeset
for help on using the changeset viewer.