Changeset 732 for cpp/frams/config


Ignore:
Timestamp:
02/15/18 00:42:07 (6 years ago)
Author:
Maciej Komosinski
Message:

Added support for "checkpoints" (intermediate phases of development of the Model when converting between genetic encodings). See Model.checkpoint() and conv_f1.cpp for an example.

Location:
cpp/frams/config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/f0-SDK.def

    r528 r732  
    8989PROP(getInputNeuroIndex,0,1+2,`get input neuron index',p d(d),,,,p_getInputNeuroIndex,PROCEDURE)
    9090PROP(getInputWeight,0,1+2,`get input weight',p f(d),,,,p_getInputWeight,PROCEDURE)
    91 PROP(classObject,0,1+2,`neuron class',o NeuroClass,,,,classObject,GETONLY)
     91PROP(classObject,0,1+2,`neuron class',oNeuroClass,,,,classObject,GETONLY)
    9292ENDCLASS
    9393
  • cpp/frams/config/f0.def

    r656 r732  
    8989PROP(getInputNeuroIndex,0,0,`get input neuron index',p d(d),,,,p_getInputNeuroIndex,PROCEDURE)
    9090PROP(getInputWeight,0,0,`get input weight',p f(d),,,,p_getInputWeight,PROCEDURE)
    91 PROP(classObject,0,1+2,`neuron class',o NeuroClass,,,,classObject,GETONLY)
     91PROP(classObject,0,1+2,`neuron class',oNeuroClass,,,,classObject,GETONLY)
    9292ENDCLASS
    9393
  • cpp/frams/config/sdk_build_config.h

    r318 r732  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    1515
    1616#define NOCREATUREOBJECT
    17 #define EASYMAPDEBUG
    1817#define SDK_WITHOUT_FRAMS
    1918#define NO_BARRIER
Note: See TracChangeset for help on using the changeset viewer.