代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/417999/10968895
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/417154/11001929
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/467473/7004032
readme
This is a trivial implementation of Condensation, designed for
tutorial purposes. Simulated data is generated modelling a particle
moving
in one dimension under the action of a first-order
auto-reg
www.eeworm.com/read/466519/7026232
c boot.c
/*
Simulated boot loader by Hao-Ran Liu
This is an example demonstrating building an embedded platform.
My goal is to reveal the mystery behind the scenes with an
extremely-simplified ex
www.eeworm.com/read/464109/7169571
m m1c.m
% M file for Project 1 on induction motor drive
% with closed loop speed control in Chapter 9
% It sets the machine parameters and also plots the simulated
% results when used in conjunction with
www.eeworm.com/read/459846/7264104
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/438091/7736760
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/436736/7762991
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/297660/8005561
m sa.m
% ME6352
% Global Optimization: Heuristic Method
% Simulated Annealing Project--Dejong Function
%Date: Feb. 25th,2008
%Author: Jin Zhao
www.eeworm.com/read/144662/12777997
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