Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 18 and Version 19 of UsersSamples


Ignore:
Timestamp:
02/18/11 12:39:01 (13 years ago)
Author:
gkronber
Comment:

added boolean functions GP samples

Legend:

Unmodified
Added
Removed
Modified
  • UsersSamples

    v18 v19  
    180180 * [#GPSymbolicClassificationWisconsin Genetic Programming - Symbolic Classification (Wisconsin)]: A genetic programming algorithm to solve a symbolic classification problem (Wisconsin Diagnostic Breast Cancer dataset)
    181181 * [#GPSymbolicClassificationMammography Genetic Programming - Symbolic Classification (Mammography)]: A genetic programming algorithm to solve a symbolic classification problem (Mammography dataset)
    182 
     182 * [#GPBooleanEvenParity4 Genetic Programming - Even Parity (4 inputs)]: A genetic programming algorithm to synthesize the boolean even parity function with 4 binary inputs
     183 * [#GPBooleanMultiplexer11 Genetic Programming - Multiplexer (11 inputs)]: A genetic programming algorithm to synthesize the boolean multiplexer function with 11 binary inputs
    183184----
    184185
     
    264265----
    265266
     267[=#GPBooleanEvenParity4]
     268=== Genetic Programming - Even Parity (4 inputs) ===
     269[attachment:SGP_Boolean-Even-Parity-4.hl]
     270 A genetic programming algorithm to synthesize the boolean even parity function with 4 binary inputs
     271
     272 * Population size: 4000
     273 * Generations: 100
     274 * Function set: AND, OR, NOT
     275 * Terminal set: D0, D1, D2, D3
     276 * Max. function defining branches: 3
     277 * Max. function arguments: 3
     278
     279Up to three automatically defined functions (ADF), each with up to three arguments, are allowed.
     280
     281==== References ====
     282John R. Koza, Genetic Programming - On the Programming of Computers by Means of Natural Selection, MIT Press, 1992
     283
     284----
     285
     286[=#GPBooleanMultiplexer11]
     287=== Genetic Programming - Multiplexer (11 inputs ===
     288[attachment:SGP_Boolean-Multiplexer-11.hl]
     289 A genetic programming algorithm to synthesize the boolean multiplexer function with 11 binary inputs
     290
     291 * Population size: 4000
     292 * Generations: 100
     293 * Function set: IF, AND, OR, NOT
     294 * Terminal set: A0, A1, A2, D0, D1, D2, D3, D4, D5, D6, D7
     295
     296==== References ====
     297John R. Koza, Genetic Programming - On the Programming of Computers by Means of Natural Selection, MIT Press, 1992
     298
    266299== Additional ==
    267300