81 lines
2.2 KiB
Plaintext
81 lines
2.2 KiB
Plaintext
|
|
[ lil-gp Genetic Programming System.
|
|
[ Portions copyright (c) 1995 Michigan State University. All rights reserved.
|
|
[ kernel version 1.0; 11 July 1995.
|
|
|
|
|
|
initialization:
|
|
parameter database.
|
|
ephemeral random constants.
|
|
generation spaces.
|
|
updating function set(s):
|
|
set 0: removed.
|
|
building function set(s):
|
|
set 0: * / + - exp log area perimeter major minor eccentricity convex extent R
|
|
tree 0 uses function set 0.
|
|
function set complete.
|
|
no random number seed specfied; using 16.
|
|
creating initial population(s):
|
|
1112 trees were generated to fill the population of 800 (800 trees).
|
|
initial population(s) complete.
|
|
|
|
|
|
starting evolution.
|
|
no checkpointing will be done.
|
|
=== generation 0.
|
|
evaluation complete. (0s wall)
|
|
breeding complete. (0s wall)
|
|
=== generation 1.
|
|
evaluation complete. (1s wall)
|
|
breeding complete. (0s wall)
|
|
=== generation 2.
|
|
evaluation complete. (0s wall)
|
|
breeding complete. (0s wall)
|
|
=== generation 3.
|
|
evaluation complete. (0s wall)
|
|
breeding complete. (0s wall)
|
|
=== generation 4.
|
|
evaluation complete. (1s wall)
|
|
breeding complete. (0s wall)
|
|
=== generation 5.
|
|
evaluation complete. (1s wall)
|
|
breeding complete. (0s wall)
|
|
=== generation 6.
|
|
evaluation complete. (0s wall)
|
|
breeding complete. (0s wall)
|
|
=== generation 7.
|
|
evaluation complete. (0s wall)
|
|
breeding complete. (0s wall)
|
|
=== generation 8.
|
|
evaluation complete. (0s wall)
|
|
breeding complete. (0s wall)
|
|
=== generation 9.
|
|
evaluation complete. (1s wall)
|
|
breeding complete. (0s wall)
|
|
|
|
SYSTEM STATISTICS
|
|
|
|
------- memory -------
|
|
allocated: 2945433
|
|
freed: 2897433
|
|
not freed: 48000
|
|
max allocated: 445148
|
|
malloc'ed blocks: 36884
|
|
realloc'ed blocks: 7
|
|
free'ed blocks: 36878
|
|
|
|
------- time -------
|
|
overall: 4s wall
|
|
evaluation: 4s wall
|
|
breeding: 0s wall
|
|
|
|
------- generation spaces -------
|
|
space 0 size: 200
|
|
space 1 size: 100
|
|
|
|
------- ephemeral random constants -------
|
|
used: 1419
|
|
freed: 1419
|
|
allocated: 1000
|
|
blocks: 1
|