代码搜索:optimization

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

代码结果 10,000
www.eeworm.com/read/170478/9803991

asv pso.asv

%% Particle Swarm Optimization Simulation % Simulates the movements of a swarm to minimize the objective function % % $$ \left( x-15 \right) ^{2}+ \left( y-20 \right) ^{2} = 0$$ % % The swarm mat
www.eeworm.com/read/170478/9803993

m pso.m

%% Particle Swarm Optimization Simulation % Simulates the movements of a swarm to minimize the objective function % % $$ \left( x-15 \right) ^{2}+ \left( y-20 \right) ^{2} = 0$$ % % The swarm mat
www.eeworm.com/read/364683/9898415

m trainpso.m

%TRAINPSO Particle Swarm Optimization backpropagation. % % Syntax % % [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV) % info = trainpso(code) % % Description % % TRAINPSO is a
www.eeworm.com/read/363287/9962905

m trainpso.m

%TRAINPSO Particle Swarm Optimization backpropagation. % % Syntax % % [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV) % info = trainpso(code) % % Description % % TRAINPSO is a
www.eeworm.com/read/363287/9962953

m trainpso.m

%TRAINPSO Particle Swarm Optimization backpropagation. % % Syntax % % [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV) % info = trainpso(code) % % Description % % TRAINPSO is a
www.eeworm.com/read/165092/10076948

txt swarmmathwork.txt

function swarm warning off MATLAB:divideByZero %%% Script Particle Swarm Optimization %%% Author: Ivan Candelas del Toro %%% e-mail: ivanct@gmail.com %%%%% % Control variables %%%%% glob
www.eeworm.com/read/358603/10184010

m psoget.m

function VAL = PSOGET(OPTIONS,name,default,flag) %PSOGET Get PSO OPTIONS parameters. % VAL = PSOGET(OPTIONS,'NAME') extracts the value of the named parameter % from optimization options structure
www.eeworm.com/read/355946/10241077

c delay.c

/* * Delay functions * See delay.h for details * * Make sure this code is compiled with full optimization!!! */ #include "delay.h" void DelayMs(unsigned char cnt) { #if XTAL_FREQ
www.eeworm.com/read/355157/10290097

m trainpso.m

%TRAINPSO Particle Swarm Optimization backpropagation. % % Syntax % % [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV) % info = trainpso(code) % % Description % % TRAINPSO is a
www.eeworm.com/read/425925/10309344

java btapplet_original.java

/* "We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -Donald Knuth This source code has not been optimized for speed or effi