代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/139460/13155297
m contents.m
% Genetic Optimization Toolbox
%
% Main interface
% ga.m The Genetic Algorithm
% initialize.m Initialization function Used by ga.m
%
% Operators used during simulated
www.eeworm.com/read/139218/13173699
c sat1.c
/* sat1.c
Simple experiments with simulated annealing
find the minumum of a function, there are two examples here
one uses a simple cost function, the other imposes range constraints
by
www.eeworm.com/read/139218/13173802
cxx satest1.cxx
/* satest1.c++
Simple experiments with simulated annealing
find the minumum of a function, there are two examples here
one uses a simple cost function, the other imposes range constraints
www.eeworm.com/read/138504/13234361
c sat1.c
/* sat1.c
Simple experiments with simulated annealing
find the minumum of a function, there are two examples here
one uses a simple cost function, the other imposes range constraints
by
www.eeworm.com/read/138504/13234445
cxx satest1.cxx
/* satest1.c++
Simple experiments with simulated annealing
find the minumum of a function, there are two examples here
one uses a simple cost function, the other imposes range constraints
www.eeworm.com/read/137209/13340138
m contents.m
% Genetic Optimization Toolbox
%
% Main interface
% ga.m The Genetic Algorithm
% initialize.m Initialization function Used by ga.m
%
% Operators used during simulated
www.eeworm.com/read/303815/13808151
m contents.m
% Genetic Optimization Toolbox
%
% Main interface
% ga.m The Genetic Algorithm
% initialize.m Initialization function Used by ga.m
%
% Operators used during simulated
www.eeworm.com/read/463288/6305954
m ch4_1j.m
% Select a demo number: 11
% This demo illstrates how models simulated in simulink can be
% identified using the SITB. It also describes how to deal with
% continuous time systems and dela
www.eeworm.com/read/479164/6699910
m anneal.m
function [minimum,fval] = anneal(loss, parent, options)
% ANNEAL Minimizes a function with the method of simulated annealing
% (Kirkpatrick et al., 1983)
%
% ANNEAL takes three input parameters,
www.eeworm.com/read/264046/11331740
m sdpdemo.m
% SDPDEMO Captain Toolbox demonstration
%
% State Dependent Parameter (SDP) analysis of simulated data
%
% See also SDP
% Copyright (c) 2006 by CRES, Lancaster University, United Kingdom
% Au