Machine_learning_2023/config.ini

27 lines
458 B
INI
Raw Normal View History

2023-05-18 23:18:07 +02:00
[APP]
cat = False
movement = robot
2023-05-25 16:59:50 +02:00
#accept: human, robot
[CONSTANT]
2023-06-15 16:46:08 +02:00
NumberOfBananas = 5
NumberOfEarrings = 3
NumberOfPlants = 5
2023-06-15 16:46:08 +02:00
BananaFilling = 25
2023-06-16 00:48:59 +02:00
RobotStartPosition = 1, 1
DockStationStartPosition = 9, 8
#9,8
[NEURAL_NETWORK]
2023-06-15 16:46:08 +02:00
is_neural_network_off = True
[AI_BRAIN]
mode = full_clean
2023-06-16 00:48:59 +02:00
#accept: full_clean, to_station
[GENETIC_ALGORITHM]
PopulationSize = 20
DescendantsNumber = 5
MutationProbability = 0.1
IterationNumber = 100