Changeset 966 for cpp/frams/genetics/fH/fH_general.h
- Timestamp:
- 06/28/20 21:59:14 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fH/fH_general.h
r821 r966 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 18Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 39 39 40 40 /** 41 * Base class for all kinds of handles in fH encoding. Each line of fH genotype41 * Base class for all kinds of handles in fH encoding. Each line of fH genotype 42 42 * describes a handle. Handles can be divided into joints, neurons and 43 43 * connections. Every handle is described with 2 vectors of 'dimensions' values. … … 292 292 293 293 /** 294 * Processes single line of genotype. This line should begin with295 * "j:", "n:" or "c:". Otherwise it will be considered a serror.294 * Processes a single line of genotype. This line should begin with 295 * "j:", "n:" or "c:". Otherwise it will be considered an error. 296 296 * @param line line of a genotype 297 297 * @param linenumber number of line in genotype, required for error messages
Note: See TracChangeset
for help on using the changeset viewer.