代码搜索:optimization

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

代码结果 10,000
www.eeworm.com/read/233811/14134689

in makefile.in

# Which compiler to use CC = cc GCC = g++ # What optimization level to use OPTFLAGS = -O3 # What options to be used by the compiler COPTIONS = # What options to be used by the loader LDOPTIONS =
www.eeworm.com/read/232118/14207962

maxseek

@ This GAUSS file reads in data, sets options, and calls numerical optimization routine for numerical estimation of SWARCH model @ output file=junk.out reset; format /m1 /ros 1
www.eeworm.com/read/227962/14405169

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/125931/14454776

c simplex.c

/* Originally transcribed by Dan Gschwend. Converted to C, and generalized for any optimization problem by Todd Ewing. 3/96 Multidimensional minimization of the function funk(x) where x is an n-dimen
www.eeworm.com/read/115857/14999369

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/214675/15091981

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/213240/15140053

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/212723/15150771

m gareal_tourney.m

% J. C. Spall, October 1999 % Written in support of text, Introduction to Stochastic Search and Optimization, 2003 % This program runs a GA with real-number coding. Elitism is used % and the muta
www.eeworm.com/read/211389/15181005

icc makefile.icc

# MAKEFILE for linux ICC (Intel C compiler) # # Tested with ICC v8.... # # Be aware that ICC isn't quite as stable as GCC and several optimization switches # seem to break the code (that GCC and MSVC
www.eeworm.com/read/16514/676933

csf lp_tx_top_stratix.csf

COMPILER_SETTINGS { IO_PLACEMENT_OPTIMIZATION = ON; ENABLE_DRC_SETTINGS = OFF; PHYSICAL_SYNTHESIS_REGISTER_RETIMING = ON; PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION = ON; PHYSICAL_SYNTHESIS_CO