#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <algorithm>
#include <cmath>
#include "../map/Map.hpp"
#include "../map/Position.hpp"
#include "../neuronNetwork/NeuronNetwork.hpp"
#include "feature/input/InputFeature.hpp"
#include "feature/output/OutputFeature.hpp"
#include "../map/case/material/FoodMaterial.hpp"
#include "FeelingBar.hpp"
#include "../exception/BadNumberOfInputException.hpp"
#include "../exception/BadNumberOfOutputException.hpp"
Go to the source code of this file.
| #define BRAIN_HIDDEN_LAYER 1 |
| #define BRAIN_NEURON_PER_LAYER 6 |