代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/476010/6772560
sci rosen.sci
function result = rosen(x,y);
// Objective function for Differential Evolution
//
// Input Arguments:
// ---------------
// x : parameter vector to be optimized
// y
www.eeworm.com/read/471348/6890581
m sga.m
% SGA.M (Simple Genetic Algorithm)
%
% This script implements the Simple Genetic Algorithm.
% Binary representation for the individuals is used.
%
% Author: Hartmut Pohlheim
% Histo
www.eeworm.com/read/369786/9633853
asv main.asv
%主函数
function [x Objective] = Main(PopSize, GEN, P_Crossover, P_Mutation)
[x q] = Init(PopSize);
[Objective chro] = evaluation(0, PopSize, x);
x = chro;
for i=1:GEN
selection(PopSize, x, q);
c
www.eeworm.com/read/369048/9666498
m sga.m
% SGA.M (Simple Genetic Algorithm)
%
% This script implements the Simple Genetic Algorithm.
% Binary representation for the individuals is used.
%
% Author: Hartmut Pohlheim
% Histo
www.eeworm.com/read/415835/11050796
cpp stochastic-programming-3.cpp
// Stochastic Programming, Dependent-Chance Programming
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
www.eeworm.com/read/415835/11050827
cpp aaaaastochastic-programming-1.cpp
// Stochastic Programming, Expected Value Model
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
www.eeworm.com/read/415835/11050856
cpp fuzzy-programming-1.cpp
// Fuzzy Programming, Expected Value Model
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
#inc
www.eeworm.com/read/415835/11050929
cpp aaaaastochastic-programming-1.cpp
// Stochastic Programming, Expected Value Model
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
www.eeworm.com/read/415835/11050966
cpp stochastic-programming-1.cpp
// Stochastic Programming, Expected Value Model
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
www.eeworm.com/read/415835/11050968
cpp stochastic-programming-2.cpp
// Stochastic Programming, Chance-Constrained Programming
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include