代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
clonal selection algorithm.cpp
/******************************************/
/* 2006.10.25 */
/*** V1.0 ***/
/******************************************/
#include
_algorithm_8h.html
CppUnit - The Unit Testing Library
gp_algorithm_main.m
% GP算法求关联维和嵌入维
clc
clear
close all
%---------------------------------------------------
% 产生 Lorenz 时间序列
sigma = 10; % Lorenz方程参数
r = 28;
b = 8/3;
y = [-1;0;1];