代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/432654/1891601
java objective.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ro.simplex;
import java.util.ArrayList;
import ro.utils.Fraction;
/**
*
* @author Doan
www.eeworm.com/read/393898/8255725
h objective.h
//objective.h
//this example file declares the functions and variable n as required
//by the search implementations
//simple definitions for certain parameters may be given here as well.
#if !defined
www.eeworm.com/read/393898/8255750
cc objective.cc
/* objective.cc
* simple quadratic equation in four dimensions with rigged starting point
*/
#include "objective.h"
#include "math.h"
#include "unistd.h"
#include
#include
www.eeworm.com/read/367808/9730597
gif objective.gif
www.eeworm.com/read/236091/14032295
java objective.java
/*
* Objective.java
*
* Created on 2003年11月5日, 下午9:18
*/
package romulus;
/**
*
* @author Romulus
* @version 1.0
*/
public class Objective implements RomulusNode{
/** The view of t
www.eeworm.com/read/236091/14032354
class objective.class
www.eeworm.com/read/200886/15420767
m objective.m
www.eeworm.com/read/386064/8766413
m objective_function.m
%目标函数-——状态评估函数
function E=objective_function(Location_frequency,frequency,N,coordinate,d0,d1,d2,m,dir)
%注:(d2
www.eeworm.com/read/383097/8973693
m plot_objective.m
%% Script to plot MOP1
% This scripts plot the objective space for MOP1 given in Homework
% Assignment # 5. It used the function eveluate_objective to determine the
% objective values and plots the
www.eeworm.com/read/383097/8973731
m evaluate_objective.m
function f = evaluate_objective(x,problem)
% Function to evaluate the objective functions for the given input vector
% x. x has the decision variables
switch problem
case 1
f = []