Changeset 287 for cpp/frams/genetics


Ignore:
Timestamp:
01/05/15 23:19:10 (9 years ago)
Author:
Maciej Komosinski
Message:

GDK->SDK

Location:
cpp/frams/genetics
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f1/conv_f1.h

    r286 r287  
    2626 Final f0 genotype is generated by model class.
    2727
    28  <b>GDK 1.0.5 NN extension: (for Framsticks 2.0)</B>
     28 <b>SDK 1.0.5 NN extension: (for Framsticks 2.0)</B>
    2929
    3030 Until now, only the "standard" Framsticks v1 neuron classes could be used.
    31  Starting with GDK 1.0.5 you can use all neuron types.
     31 Starting with SDK 1.0.5 you can use all neuron types.
    3232
    3333 \b Syntax: [classname , input_or_parameter:weight , input_or_parameter:weight , ...]
  • cpp/frams/genetics/f4/conv_f4.cpp

    r286 r287  
    44
    55// Copyright (C) 1999,2000  Adam Rotaru-Varga (adam_rotaru@yahoo.com), GNU LGPL
    6 // Copyright (C) since 2001 Maciej Komosinski
    76
    87#include "conv_f4.h"
     
    140139
    141140
    142 /// updated by Macko to follow new GDK standards (no more neuroitems)
     141/// updated by Macko to follow new SDK standards (no more neuroitems)
    143142int f4_Model::buildModelRec(f4_Cell * C)
    144143{
  • cpp/frams/genetics/f4/f4_general.cpp

    r286 r287  
    44
    55// Copyright (C) 1999,2000  Adam Rotaru-Varga (adam_rotaru@yahoo.com), GNU LGPL
    6 // Copyright (C) since 2001 Maciej Komosinski
    76
    87#include "f4_general.h"
     
    655654                        else {
    656655                                zrot = Padj.curv +
    657                                         // GDK uses 3.141 instead of PI!
     656                                        // SDK uses 3.141 instead of PI!
    658657                                        (anglepos * 1.0 / (dadlink->commacount + 1) - 0.5) * 3.141 * 2.0;
    659658                        }
  • cpp/frams/genetics/oper_fx.h

    r286 r287  
    7272be returned when an operator cannot cope with its argument genotype.
    7373
    74 To compile your code, you may also need some GDK files.
     74To compile your code, you may also need some SDK files.
    7575A simple example is Geno_ftest class (see \ref geno_ftest_example "C++ code" for details).
    7676A more realistic example is Geno_f4 derived from Geno_fx: refer to
Note: See TracChangeset for help on using the changeset viewer.