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

24 lines
592 B
Plaintext
Raw Permalink Normal View History

2024-04-01 00:01:49 -04:00
=== BEST-OF-RUN ===
2024-04-03 00:43:01 -04:00
generation: 5
nodes: 19
2024-04-02 14:46:26 -04:00
depth: 5
2024-04-03 00:43:01 -04:00
hits: 801
2024-04-01 00:01:49 -04:00
TOP INDIVIDUAL:
-- #1 --
2024-04-03 00:43:01 -04:00
hits: 801
raw fitness: 801.0000
standardized fitness: 801.0000
adjusted fitness: 0.9988
2024-04-01 00:01:49 -04:00
TREE:
2024-04-03 00:43:01 -04:00
(/ (log extent)
(* (exp major)
(* (/ (exp perimeter)
(exp eccentricity))
(* (+ convex extent)
(* convex convex)))))
2024-04-01 00:01:49 -04:00
TREE-equ:
2024-04-03 00:43:01 -04:00
y = (log(extent) / (exp(major) * ((exp(perimeter) / exp(eccentricity)) * ((convex + extent) * (convex * convex)))))