Scilab 5.3.0
- Scilab Online Help
- Scilab
- Differential Equations, Integration
- Elementary Functions
- Linear Algebra
- Interpolation
- CACSD
- Polynomials
- Signal Processing
- FFTW
- Special Functions
- Randlib
- ARnoldi PACKage
- Statistics
- Sparses Matrix
- UMFPACK Interface
- Optimization and Simulation
- Genetic Algorithms
- Simulated Annealing
- Symbolic
- Files : Input/Output functions
- Input/Output functions
- Graphics Library
- Graphics : exporting and printing
- GUI
- Data Structures
- Parameters
- Boolean
- Integers
- Strings
- Sound file handling
- Time and Date
- Output functions
- xcos
- Spreadsheet
- Shell
- Console
- Completion
- History manager
- Matlab binary files I/O
- Matlab to Scilab Conversion Tips
- Compatibility Functions
- Maple Interface
- Overloading
- Functions
- Development tools
- Demo Tools
- Dynamic/incremental Link
- Atoms
- Tcl/Tk Interface
- Text editor
- UI Data
- Online help management
- Parallel
- PVM parallel Toolbox
- Modules manager
- Localization
- JVM
- API Scilab
- call_scilab API
- Java Interface
- Intersci
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Simulated Annealing
- accept_func_default — The default Simulated Annealing acceptation function.
- accept_func_vfsa — The Very Fast Simulated Annealing acceptation function.
- compute_initial_temp — A SA function which allows to compute the initial temperature of the simulated annealing
- neigh_func_csa — The classical neighborhood relationship for the simulated annealing
- neigh_func_default — A SA function which computes a neighbor of a given point
- neigh_func_fsa — The Fast Simulated Annealing neghborhood relationship
- neigh_func_vfsa — The Very Fast Simulated Annealing neighborhood relationship
- optim_sa — A Simulated Annealing optimization method
- temp_law_csa — The classical temperature decrease law
- temp_law_default — A SA function which computed the temperature of the next temperature stage
- temp_law_fsa — The Szu and Hartley Fast simulated annealing
- temp_law_huang — The Huang temperature decrease law for the simulated annealing
- temp_law_vfsa — This function implements the Very Fast Simulated Annealing from L. Ingber
<< Genetic Algorithms | Scilab manual | Symbolic >> |