代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/395537/8168695
m uvw.m
function f = uvw(xy);
%
% uvw
% Objective function to minimize in Conjugate Gradient Homework.
% Vectorized to handle a 2 x n input matrix xy,
% whose columns give the evaluation points in the
www.eeworm.com/read/395537/8168827
m uvw.m
function f = uvw(xy);
%
% uvw
% Objective function to minimize in Conjugate Gradient Homework.
% Vectorized to handle a 2 x n input matrix xy,
% whose columns give the evaluation points in the
www.eeworm.com/read/369786/9633848
asv init.asv
function [ x q ] = Init(PopSize)
%UNTITLED1 Summary of this function goes here
% Detailed explanation goes here
x = rand(PopSize, 3);
a = 0.05;
q(1) = 0.05;
for i=2:PopSize+1
a = a*0.95;
q(i
www.eeworm.com/read/415835/11050803
cpp ga-1.cpp
// Genetic Algorithm for nonlinear programming
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
www.eeworm.com/read/415835/11050921
cpp ga-2.cpp
// Genetic Algorithm
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
#include
#inclu
www.eeworm.com/read/147746/12531899
cpp 2-2.cpp
// Genetic Algorithm
// For Example 2.2 (2-2.tex) in "Uncertain Programming" by B. Liu
// Written by Microsoft Visual C++
// Copyright by USLab at Tsinghua University
#include
#includ
www.eeworm.com/read/334691/12580661
cpp ga-1.cpp
// Genetic Algorithm for nonlinear programming
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
www.eeworm.com/read/334691/12580681
cpp ga-2.cpp
// Genetic Algorithm
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
#include
#inclu