initial.asv

来自「人工免疫进化算法来解决简单字符串识别的问题」· ASV 代码 · 共 11 行

ASV
11
字号
clear;
clc;
global pop;
pop=round(rand(50,10));
global concentration;
concentration=zeros(1,50);
antigen=input('Now give me the coashor!__','s');
intension=input('How many enemy is there?__');
global TD;
TD=0.3;%define the reward for the excess match over the thresd between the epitope and the paratope 
training;

⌨️ 快捷键说明

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