代码搜索:Objectives

找到约 115 项符合「Objectives」的源代码

代码结果 115
www.eeworm.com/read/258553/11855944

m myfun.m

function c = myfun(p) c(1)= 0.000786*p(1)^2+0.27*p(1)+8.00; % Objectives c(2)= 0.000792*p(2)^2+0.3*p(2)+5.00; c(3)=0.000764*p(3)^2+0.28*p(3)+6.4; c(4)=0.00027*p(4)^2+0.2657*p(4)+20; c(5)=0.0
www.eeworm.com/read/204980/15330604

input-real

Number of Real and Binary Variables (nreal 0) Number of Objectives (2) Number of Constraints (2) Population size (100) Maximum generations (100) Crossover probability (0.9) Real-parameter mutation pro
www.eeworm.com/read/101083/6240146

cpp cmap.cpp

/***************************************************************************\ Cmap.cpp Peter Ward July 15, 1996 This code handles drawing the Campaign Map with/without units (user s
www.eeworm.com/read/487179/6516527

java mofitnessevaluator.java

/* * This file is part of JGAP. * * JGAP offers a dual license model containing the LGPL as well as the MPL. * * For licensing information please see the file license.txt included with JGAP
www.eeworm.com/read/466832/7021293

m non_domination_sort_mod.m

%% Non-Donimation Sort % This function sort the current popultion based on non-domination. All the % individuals in the first front are given a rank of 1, the second front % individuals are assigne