Brett
|
7a10a10196
|
allow early exit from program using fitness function. returning true will now halt exeuction.
|
2024-08-06 03:51:13 -04:00 |
Brett
|
19f94b14dc
|
remove stupid transfer functions
|
2024-08-06 02:46:54 -04:00 |
Brett
|
631c67dc18
|
very nice solution. no longer do we need to copy via stacks. using caching pointers now
|
2024-08-06 02:46:01 -04:00 |
Brett
|
3972a70bc5
|
silly little copy bytes
|
2024-08-05 02:40:16 -04:00 |
Brett
|
253f4f1fdf
|
silly little mutation now uses direct stack moving.
|
2024-08-04 22:07:41 -04:00 |
Brett
|
3e698b86eb
|
fix the stupid stack issue
|
2024-08-04 19:43:59 -04:00 |
Brett
|
6eea15ae26
|
Merge remote-tracking branch 'refs/remotes/origin/main'
|
2024-08-04 19:13:51 -04:00 |
Brett
|
1b53756fea
|
revert changes from yesterday, order was fine.
|
2024-08-04 19:13:38 -04:00 |
Brett
|
4fb5649e0e
|
yeah there was something wrong now i have no idea
|
2024-08-03 21:26:39 -04:00 |
Brett
|
c294b70150
|
messing around with symbolic regression a bit
|
2024-08-03 19:59:56 -04:00 |
Brett
|
ec71055078
|
hopefully fix evaluation order
|
2024-08-03 19:51:38 -04:00 |
Brett
|
be90039a5a
|
mutation
|
2024-08-03 13:16:53 -04:00 |
Brett
|
29521703d3
|
push
|
2024-08-02 21:09:07 -04:00 |
Brett
|
9cca1b7b29
|
Merge remote-tracking branch 'refs/remotes/origin/main'
|
2024-08-02 21:09:01 -04:00 |
Brett
|
1178fb8f44
|
add more debugging. found there is a bug in mutation. no idea where
|
2024-08-02 21:08:34 -04:00 |
Brett
|
9893e1743e
|
do tree tests
|
2024-07-23 21:33:20 -04:00 |
Brett
|
ed54988e37
|
more info in stack
|
2024-07-23 20:47:24 -04:00 |
Brett
|
25a3cc313e
|
found error with 4096
|
2024-07-23 14:15:57 -04:00 |
Brett
|
504582a96d
|
nyah
|
2024-07-23 13:13:34 -04:00 |
Brett
|
3af4676c83
|
clang
|
2024-07-23 03:09:12 -04:00 |
Brett
|
6972a30696
|
finish symbolic regression example
|
2024-07-22 21:59:05 -04:00 |
Brett
|
9a43cd7e81
|
more stack tests, remove debug statement
|
2024-07-22 21:37:28 -04:00 |
Brett
|
58b68b70bb
|
fix the bug?
|
2024-07-22 20:49:34 -04:00 |
Brett
|
5e54b62933
|
nya
|
2024-07-22 13:30:41 -04:00 |
Brett
|
a3aa7bd32c
|
test refinement
|
2024-07-22 00:44:12 -04:00 |
Brett
|
06078fddc4
|
maybe stack fixed?
|
2024-07-22 00:00:51 -04:00 |
Brett
|
7810a21226
|
fix fitness proportinate
|
2024-07-21 23:23:50 -04:00 |
Brett
|
32c5c6abf6
|
test stack. the last test seems to be on to something. check to see what the float is writing to!
|
2024-07-21 21:54:52 -04:00 |
Brett
|
9723611829
|
looking tool no
|
2024-07-21 19:01:29 -04:00 |
Brett
|
0ae2dd84e8
|
no
|
2024-07-21 13:45:00 -04:00 |
Brett
|
f62494d7d8
|
cleanup to crossover
|
2024-07-20 15:45:07 -04:00 |
Brett
|
fc7cd292af
|
cleanup crossover function
|
2024-07-20 13:02:41 -04:00 |
Brett
|
5d72923998
|
add kill
|
2024-07-19 22:54:32 -04:00 |
Brett
|
8e5a3f3b7c
|
fix stack
|
2024-07-17 00:54:24 -04:00 |
Brett
|
cbbf7a9cf5
|
fix stack completely, tests are passed
|
2024-07-16 23:45:02 -04:00 |
Brett
|
45db2acb11
|
fix leaks
|
2024-07-16 21:56:21 -04:00 |
Brett
|
2ca69ae953
|
allocator is still broken
|
2024-07-16 14:13:23 -04:00 |
Brett
|
2fcc8369db
|
broken
|
2024-07-16 03:17:18 -04:00 |
Brett
|
c7bb4a434b
|
i really should run a test
|
2024-07-16 00:25:23 -04:00 |
Brett
|
9ff86161bb
|
push
|
2024-07-15 21:12:17 -04:00 |
Brett
|
37e8856348
|
race condition?
|
2024-07-15 18:59:32 -04:00 |
Brett
|
34a3343a89
|
change default function to be more in line with koza's description of a gp
|
2024-07-15 18:18:13 -04:00 |
Brett
|
2081dd3e5f
|
add new selection, think there is a bug in elitsm
|
2024-07-15 17:51:16 -04:00 |
Brett
|
fcd2d67852
|
change terminate conds
|
2024-07-15 15:53:24 -04:00 |
Brett
|
e25e1bfab3
|
include publically
|
2024-07-14 20:48:59 -04:00 |
Brett
|
9f617ca3f4
|
final version for a while
|
2024-07-14 20:38:08 -04:00 |
Brett
|
5b6924574a
|
use cv in thread, move barrier to blt
|
2024-07-14 14:08:39 -04:00 |
Brett
|
f7f63f6f84
|
Merge remote-tracking branch 'refs/remotes/origin/main'
|
2024-07-13 15:37:26 -04:00 |
Brett
|
b232aaccf8
|
silly
|
2024-07-13 15:36:49 -04:00 |
Brett
|
ce1ffdee89
|
update ignore
|
2024-07-13 11:03:37 -04:00 |