📄 initial.asv
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -