# # Fibonacci with 3 variables # presentation: This is the Fibonacci series return_type: DoubleClass num_input_variables: 3 variable_names: F1 F2 F3 F4 num_rows: 21 functions: Multiply,Divide,Add,Subtract terminal_range: -10 10 max_init_depth: 4 population_size: 100 max_crossover_depth: 8 num_evolutions: 100 max_nodes: 21 # "bump" the fitness if found a "perfect" solution bump: false data 1,1,2,3 1,2,3,5 2,3,5,8 3,5,8,13 5,8,13,21 8,13,21,34 13,21,34,55 21,34,55,89 34,55,89,144 55,89,144,233 89,144,233,377 144,233,377,610 233,377,610,987 377,610,987,1597 610,987,1597,2584 987,1597,2584,4181 1597,2584,4181,6765 2584,4181,6765,10946 4181,6765,10946,17711 6765,10946,17711,28657 10946,17711,28657,46368