fix network loading
This commit is contained in:
parent
bc655979af
commit
56f7c01256
1 changed files with 2 additions and 0 deletions
2
main.lua
2
main.lua
|
@ -497,6 +497,8 @@ local function init()
|
|||
else
|
||||
error("Unknown evolution strategy specified: " + tostring(cfg.es))
|
||||
end
|
||||
|
||||
es:params(network:collect())
|
||||
end
|
||||
|
||||
local function prepare_reset()
|
||||
|
|
Loading…
Reference in a new issue