fitness.plot

来自「遗传算法和神经网络结合」· PLOT 代码 · 共 14 行

PLOT
14
字号
#set multiplotset autoscaleset output 'plot.ps'set terminal postscript landscape enhanced color solid simplex 'Helvetica'set yrange [0:200]set xlabel "Generation"set ylabel "Fitness"set xzeroaxis lw 2set title 'Raw graph of fitness - no smoothing'plot './log/example.log0' using 2 t 'Max bot 1' with lines,\     './log/example.log1' using 2 t 'Max bot 2' with lines,\     './log/example.log0' using 1 t 'Average bot 1' with lines,\     './log/example.log1' using 1 t 'Average bot 2' with lines

⌨️ 快捷键说明

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