代码搜索:Simulated

找到约 1,823 项符合「Simulated」的源代码

代码结果 1,823
www.eeworm.com/read/297660/8005588

asv sa.asv

% ME6352 % Global Optimization: Heuristic Method % Simulated Annealing Project %Date: Feb. 25th,2008 %Author: Jin Zhao function [Xstar
www.eeworm.com/read/244790/12843360

m llm.m

% MATLAB implementation of local linear mapping for time series prediction % % OBS: This approach can be undestood as an online version of the model simulated % in the file 'local_AR_models_using
www.eeworm.com/read/140931/13051657

h asa_usr_asa.h

#ifndef _ASA_USER_ASA_H_ #define _ASA_USER_ASA_H_ /*********************************************************************** * Adaptive Simulated Annealing (ASA) * Lester Ingber
www.eeworm.com/read/139218/13173793

hpp simann.hpp

// simanneal.hpp A general purpose Simulated Annealing Class // This version allows vector data // (c) Copyright 1994, Everett F. Carter Jr. // Permission is
www.eeworm.com/read/325790/13185043

m reset.m

function objout=reset(obj,varargin) % Resets the simulator object. % When this function is called, the simulator all previous information about % the simulated states. % % Syntax: (* = optional)
www.eeworm.com/read/325486/13201312

java memorywithgarbagecollection.java

// Introduced in Chapter 16 /** * A simulated memory for illustrating memory management. Each * object takes up two cells. */ public class MemoryWithGarbageCollection { /** Number of cells in e
www.eeworm.com/read/138504/13234437

hpp simann.hpp

// simanneal.hpp A general purpose Simulated Annealing Class // This version allows vector data // (c) Copyright 1994, Everett F. Carter Jr. // Permission is
www.eeworm.com/read/128531/5984166

c simserial.c

/* * Simulated Serial Driver (fake serial) * * This driver is mostly used for bringup purposes and will go away. * It has a strong dependency on the system console. All outputs * are rerouted to
www.eeworm.com/read/102935/6225609

c simserial.c

/* * Simulated Serial Driver (fake serial) * * This driver is mostly used for bringup purposes and will go away. * It has a strong dependency on the system console. All outputs * are rerouted to
www.eeworm.com/read/408168/11403053

readme

1. Overview This is a java applet to solve the traveling salesman problem. Two algorithmen are implemented: - Simulated Annealing - Ant Colony Optimization (ant-cycle) The Solutions of the