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

24 lines
730 B
Plaintext
Raw Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
2024-04-03 16:50:57 -04:00
generation: 37
nodes: 27
2024-04-03 12:08:55 -04:00
depth: 9
2024-04-03 16:50:57 -04:00
hits: 806
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 16:50:57 -04:00
hits: 806
raw fitness: 806.0000
standardized fitness: 806.0000
adjusted fitness: 0.9988
2024-04-01 00:01:49 -04:00
TREE:
2024-04-03 16:50:57 -04:00
(* (log (/ (- minor
(+ (* major eccentricity)
(log (* (+ (/ eccentricity convex) perimeter) eccentricity))))
(+ (log extent)
(+ minor extent))))
(exp (log (log eccentricity))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-03 16:50:57 -04:00
y = (log(((minor - ((major * eccentricity) + log((((eccentricity / convex) + perimeter) * eccentricity)))) / (log(extent) + (minor + extent)))) * exp(log(log(eccentricity))))