⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.opt~

📁 神经网络和遗传算法组合应用
💻 OPT~
字号:
############################################################################ This files includes the parameters that are adjustable in the simulator,## use # in the beginnig of lines to comment them out.                     ## The file is not case sensitive.                                         ############################################################################# Evolutions parametersA_#ROBOTS 1GENERATIONS 1000START_GENERATION 170INDIVIDS 100EPOCHS 2NR_OF_STEPS 100RUN_REAL 0BAUD_RATE 38400SERIAL_LINE /dev/ttyS1PARENTS 20OFFSPRINGS 5SELECTION_METHOD 0  # default 0#  Method           Nr# Elite             0# Tournament        1 #BIT_MUTATION 1FITNESS_FUNCTION 1NR_OF_INDIVIDS_TO_LOG 10SAVE_WEIGHTS_EVERY_x_GENERATION 10TEST_SAME_START_POSITION 0LOG_PATH     ./logWORLD_PATH   ./worldsWORLD_FILE   wall.worldCAMERA_PATH  ./camBIG_CAMERA   round.camROBOT_CAMERA round.camSMALL_CAMERA small.camWALL_CAMERA  wall.camMOTOR_CAMERA motor.camLIGHT_CAMERA smalllight.camFITNESS_FILE example.logPICTURE_ROBOT robot.xpmPICTURE_WORLD world.xpmWEIGHT_FILE  example   #prefix for weight filesUPDATE_DELAY 1000VERBOSE_LEVEL 3# Graphical optionsSCALE 1.0#ANN Inputs - this data is used to make a mapping between your ANN and the simulator# Sensor       	#Val	#Description                               #Simulator input###################################################################################FRONT_INFRARED    6	# How many do you want to use 2, 4 or 6?	# 0-5BACK_INFRARED     2   	# Both of them - 2, none - 0			# 6-7ENERGY_SENSOR     0     # batteri sensor (binary) 1 - yes, 0 - no       # 9GRIPPER_SENSOR    0	# gripper sensor (binary) 1 - yes, 0 - no	# 10GROUND_SENSOR     0     # ground sensor 1 - yes, 0 - no                 # 11COMPASS_SENSOR    0	# Compass sensor 1 - yes, 0 - no		# 12LIGHTBULB_SENSORS 0     # Activate lightbulb sensors 1 - yes, 0 - no    # 13-21ROD_SENSOR        0     # Rod sensor 1  - yes, 0 - no                   # 22-># Simulator options###################################################################################ROD_NOISE         0     # SENSOR_NOISE	  0	# If you want noise added to your input, 1 - yes, 0 - noNOISE_PERCENTAGE  5	# Amount of noise to add 0 - 100GRIPPER_NO_NOISE  0	# If you use noise - you problary dont want to			# add noise to the gripper since it only			# return 0 or 1024GRIPPER	          0	# If you want to use the gripper 1 - yes, 0 - noMOVE_OBSTACLES    0# Own parameters# Add your own parameters here (not that it mathers where you put them)################################################################################## ######################################################### This file was created by the author of the simulator #                # Johan Carlsson, johanc@ida.his.se, 1999              #########################################################

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -