checkpoint: port evolutionary and population dynamics

This commit is contained in:
AI-anonymous
2026-05-19 21:48:41 +02:00
parent 9bbe253810
commit 3ac230d16e
8 changed files with 832 additions and 99 deletions

View File

@@ -22,9 +22,9 @@
namespace fces {
// Controller input dimension (layer stats features)
constexpr int GENOME_INPUT_DIM = 9;
constexpr int GENOME_INPUT_DIM = 14;
// Controller hidden dimension
constexpr int GENOME_HIDDEN_DIM = 16;
constexpr int GENOME_HIDDEN_DIM = 8;
// Controller output dimension: [multiplier, sign_gate, wd_mult]
constexpr int GENOME_OUTPUT_DIM = 3;
// Total genome size: input->hidden weights + hidden biases + hidden->output weights + output biases