COSC-4P82-Final-Project/cmake-build-relwithdebinfo-.../run_5/regress.bst

21 lines
512 B
Plaintext
Raw Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
2024-04-03 02:33:22 -04:00
generation: 28
nodes: 12
depth: 6
hits: 867
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 02:33:22 -04:00
hits: 867
raw fitness: 867.0000
standardized fitness: 867.0000
2024-04-01 00:01:49 -04:00
adjusted fitness: 0.9988
TREE:
2024-04-03 02:33:22 -04:00
(log (exp (+ major
(* (+ (log eccentricity) perimeter)
(log (log eccentricity))))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-03 02:33:22 -04:00
y = log(exp((major + ((log(eccentricity) + perimeter) * log(log(eccentricity))))))