代码搜索:optimization

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

代码结果 10,000
www.eeworm.com/read/492400/6422311

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/484356/6586128

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/481486/6641593

m go4.m

%% Matlab script to run the optimization %% Code Generated by Mathematica packages written by Brian L. Evans %% Copyright 1993 by the Regents of the University of California %% @(#)go4.m 1.5 10/30/01
www.eeworm.com/read/263794/11341982

makefile

# # Makefile for mysvm # # if you get memory errors using mySVM (segmentation fault, bus error,...) # compile mySVM with less or without optimization (setting CFLAGS = -Wall). CFLAGS = -Wall -O4 CC =
www.eeworm.com/read/404031/11492358

m pso.m

%------基本粒子群优化算法(Particle Swarm Optimization)----------- function result = PSO(dim) %--------声明全局--------------------------- global N; global m; global MaxDT; global Qmax; global Kmax; global
www.eeworm.com/read/400576/11573566

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/400232/11580283

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/347945/11624769

m optimizer.m

function sys = optimizer(F,h,ops,x,u) %OPTIMIZER Container for optimization problem % % [OPT,PROBLEM] = OPTIMIZER(F,h,options,x,u) exports an object that % contains precompiled numerical data
www.eeworm.com/read/155790/11847991

makefile

# # Makefile for mysvm # # if you get memory errors using mySVM (segmentation fault, bus error,...) # compile mySVM with less or without optimization (setting CFLAGS = -Wall). CFLAGS = -Wall -O4 CC =
www.eeworm.com/read/341758/12067337

m topgui.m

function varargout = topgui(varargin) %TOPGUI Apply constrains and forces to FEA model. It can be used as an assitant % tool for Ole Sigmund's 99 line topology optimization code. % Usage : [f