代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/466842/7021918
cpp 2-1.cpp
// Genetic Algorithm
// For Example 2.1 (2-1.tex) in "Uncertain Programming" by B. Liu
// Written by Microsoft Visual C++
// Copyright by USLab at Tsinghua University
#include
#includ
www.eeworm.com/read/454605/7386966
cpp ga-01.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/454603/7386970
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/454574/7387285
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/445269/7596945
m sa.m
%1.参数初始化
x0=[1 1]; %初始解
T0=10000; %初始温度
a=0.9;
n=1; %n表示外循环次数
m=100; %m表示外循环次数
x1=x0; %x1代表当前最优解
T=T0;
www.eeworm.com/read/298760/7938390
cpp solution.cpp
// Solution.cpp: implementation of the CSolution class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RTDMOEA.h"
#include "Solution.h"
www.eeworm.com/read/333524/12677312
m lcobj1.m
function [objective,constraints] = LCObj1(x,param,max_radius,dbg)
%function [objective,constraints] = LCObj1(x,param,max_radius,dbg)
% The objective and constraints function for the initial optimizati
www.eeworm.com/read/145460/12722879
cpp 2-1.cpp
// Genetic Algorithm
// For Example 2.1 (2-1.tex) in "Uncertain Programming" by B. Liu
// Written by Microsoft Visual C++
// Copyright by USLab at Tsinghua University
#include
#includ
www.eeworm.com/read/245528/12796238
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/245528/12796247
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