Ignore:
Timestamp:
07/11/24 17:15:51 (4 months ago)
Author:
Maciej Komosinski
Message:

Color mutations in f1 and f4, and a new syntax for "allowed modifiers" (opposite to previous "excluded modifiers") with optional probabilities for each modifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f4/f4_oper.h

    r1234 r1313  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2023  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2024  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    5959        paInt mut_max_rep;                ///maximum allowed number of repetitions for the '#' repetition gene
    6060
    61         SString excluded_modifiers;       ///<Modifiers that are excluded in mutation process
    62         static const char *all_modifiers;
     61        SString allowed_modifiers;        //to be used in mutations
    6362
    6463private:
Note: See TracChangeset for help on using the changeset viewer.