代码搜索:optimization

找到约 10,000 项符合「optimization」的源代码

代码结果 10,000
www.eeworm.com/read/462764/7196474

m nsga_2.m

% function nsga_2() %% Main Function % Main program to run the NSGA-II MOEA. % Read the corresponding documentation to learn more about multiobjective % optimization using evolutionary algorithms.
www.eeworm.com/read/458392/7297199

m exrankboost1.m

%function exrankboost1(data); % Model Selection for analysing rankboost performance % on ROC curve optimization with real data % % This code has been used in the SVM-AUC TechRep % 30/07/2004
www.eeworm.com/read/451547/7461993

m new_f_svs.m

function [frac_SV2,alf,b,svx] = new_f_svs(sigma,x,labx,frac_error,fracsv,... thiseps); % Support function for the training of the SVDD in the optimization % r
www.eeworm.com/read/450326/7485647

m nsga_2.m

function nsga_2() %% Main Function % Main program to run the NSGA-II MOEA. % Read the corresponding documentation to learn more about multiobjective % optimization using evolutionary algorithms.
www.eeworm.com/read/445694/7591884

m verificationobjfunc.m

% Script used for verification of the algorithm's capabilities % By Kerry W. Lothrop % % Lothrop, K.W.: Conceptual Design Optimization of a Cis-Lunar % Transportation Architecture
www.eeworm.com/read/398337/7993605

m exrankboost1.m

%function exrankboost1(data); % Model Selection for analysing rankboost performance % on ROC curve optimization with real data % % This code has been used in the SVM-AUC TechRep % 30/07/2004
www.eeworm.com/read/397111/8067340

m new_f_svs.m

function [frac_SV2,alf,b,svx] = new_f_svs(sigma,x,labx,frac_error,fracsv,... thiseps); % Support function for the training of the SVDD in the optimization % r
www.eeworm.com/read/245836/12778258

changelog

Notation: *+ fixed bug ++ new feature o+ optimization + minor modifications Tracker IDs at SourceForge.net: BR xxxxxxx : Bug Reports FR xxxxxxx : Feature Requests SR xxxxxxx : Supp
www.eeworm.com/read/323119/13353109

test group_min_max.test

# # Test file for WL#1724 (Min/Max Optimization for Queries with Group By Clause). # The queries in this file test query execution via QUICK_GROUP_MIN_MAX_SELECT. # # # TODO: # Add queries with: # -
www.eeworm.com/read/315324/13545918

m fibonacci.m

% Program: fibonacci.m % Title: Fibonacci Search % Description: Implements the Fibonacci search. % Theory: See Practical Optimization Sec. 4.3 % Input: % fname: objective function % [xL1,