This website requires JavaScript.
Explore
Help
Register
Sign In
tony
/
tensorneat-mend
Watch
1
Star
0
Fork
0
You've already forked tensorneat-mend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9b56f4ff73a2972ece5b11eaf13c1330e72978b1
tensorneat-mend
/
algorithms
/
neat
History
wls2002
9b56f4ff73
做了一些时间测试:
...
1. jit中的vmap一个函数不会触发重新编译 2. jax.lax.while_lop单独执行确实可以提前中断,但在vmap中的性能需要考虑。
2023-05-12 16:42:57 +08:00
..
__pycache__
initial commit in branch developing
2023-05-11 19:04:56 +08:00
genome
refactor genome.py use (C, 4) to replace (2, N, N) to represent connections
2023-05-12 00:57:55 +08:00
__init__.py
initial commit
2023-05-05 14:19:13 +08:00
function_factory.py
refactor genome.py use (C, 4) to replace (2, N, N) to represent connections
2023-05-12 00:57:55 +08:00
jitable_speciate.py
做了一些时间测试:
2023-05-12 16:42:57 +08:00
pipeline.py
refactor genome.py use (C, 4) to replace (2, N, N) to represent connections
2023-05-12 00:57:55 +08:00
species.py
change fitness from list to array
2023-05-11 08:14:58 +08:00