Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.476.213 Times

Optimal software
Filter: All | Freeware | Demo
 

Optimal

< 1 2 3 4 5 > 

Fixed Start Open Traveling Salesman Problem - Genetic Algorithm The algorithm computes the optimal route from a fixed predetermined starting point to all other cities without returning to the starting point. Requirements: - MATLAB 7.6 or higher Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Added: April 10, 2013 | Visits: 478

Histogram Binwidth Optimization function [optN, C, N] = sshist(x,N) [optN, C, N] = sshist(x,N) Function `sshist' returns the optimal number of bins in a histogram used for density estimation. Optimization principle is to minimize expected L2 loss function between the histogram and an unknown underlying density function. An... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Histogram Binwidth Optimization Download

Bidirectional Branch and Bound Solvers for Worst Case Loss Minimization It is desired for modern process systems to achieve optimal operation. However, operation at a pre-designed nominally optimal point may not necessarily be actually optimal due to realtime disturbances, measurement and control errors and uncertainties. Self-optimizing control aims to tackle this... Platforms: Matlab


Multivariate Nonlinear optimization using Marquardt Method We use the power of symbolic toolbox in order to find the optimal point in an arbitrary multivariate functionChange the following code based on your objective function and run the programFunction F in Symbolic Formata='(x1^2+x2-11)^2+(x1+x2^2-7)^2';The code will iterate and converge to x and y of... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Multivariate Nonlinear optimization using Marquardt Method Download

Added: August 19, 2013 | Visits: 533

AuctionJacobi This function uses the auction principle to return the optimal assignment and the dual prices. It performs quite well, and is way faster than the hungarian algorithm as the number of points increases. More details on the auction algorithm can be found on D. Bertsekas homepage... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): AuctionJacobi Download

Added: August 16, 2013 | Visits: 344

Calculation of Pareto points A point X* is said to be Pareto optimal one if there is no X such that Fi(X) Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Calculation of Pareto points Download

Added: April 18, 2013 | Visits: 438

Durrani-Chapman Optimal All-Pole Lowpass Filter Design The code was generated according toT.S. Durrani, and R. Chapman. Optimal All-Pole Filter Design Based on Discrete Prolate Spheroidal Sequences. IEEE Transactions on Acoustics, Speech and Signal processing, Vol ASSP-32, No.4, August 1984.This filter design uses discrete prolate spheroidal... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Durrani-Chapman Optimal All-Pole Lowpass Filter Design Download

Continuous and discrete time optimal reduced order LQG output feedback Software associated with the paper:L.G. van Willigenburg, W.L. De Koning, 2000, "Finite and infinite horizon fixed-order LQG compensation using the delta operator", Proceedings UKACC International Conference on Control 2000, 4-7 September, Cambridge, UK,... Platforms: Matlab


Added: June 12, 2013 | Visits: 390

American Option Prices and the Optimal Exercise Boundary In this demo, the price V of an American option is considered as afunction of the stock value S and time t, i.e. V = V(S,t). The financialparameters like strike, volatility, etc. (a complete list is given below)are assumed to be constants. The demo computes the option price for arange of discrete... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): American Option Prices and the Optimal Exercise Boundary Download

Added: April 11, 2013 | Visits: 389

dijsktra Return the optimal path given the adjacency/cost sparse matrix and source/destination nodes.Run mexme_dijkstra.m to compile mex-files on your own-plateformRun test_dijkstra.m for the demo Platforms: Matlab

License: Freeware Size: 10 KB Download (45): dijsktra Download

Added: September 12, 2013 | Visits: 427

doflq.m This M-file is designed to compute a Linear Quadratic optimal output feeback controller for discrete-time systems. Platforms: Matlab

License: Freeware Size: 10 KB Download (42): doflq.m Download

Added: June 09, 2013 | Visits: 421

Kernel Bandwidth Optimization function [optW, C, W] = sskernel(x,W,str)% [optW, C, W] = sskernel(x,W,str)%% Function `sskernel' returns an optimal bandwidth (standard deviation)% of the Gauss density function used in kernel density estimation.% Optimization principle is to minimize expected L2 loss function between% the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Kernel Bandwidth Optimization Download

Continuous and discrete time optimal reduced order output feedback Using the delta operator, the strengthened discrete-time optimal projection equations for optimal reduced-order compensation of systems with white stochastic parameters are formulated in the delta domain. The delta domain unifies discrete time and continuous time. Moreover, when formulated in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (47): Continuous and discrete time optimal reduced order output feedback Download

Added: July 26, 2013 | Visits: 238

Hex-a-hop optimal solution finder _____________where to startdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcLook at hex_a_hop.m using MATLAB. Octave, a free imitator of MATLAB, can also "work".Unless you are curious, there is no reason to look at any other .m files. If you ARE curious, I've done my best to make the code... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): Hex-a-hop optimal solution finder Download

Added: May 27, 2013 | Visits: 419

Adaptive Optimal Kernel A time-frequency representation which uses a signal-dependent, radially Gaussian kernel that adapts over time. The code provides an excellent ambiguity domain filter for time-frequency analysis.Just run the script main_AOK.m to see it in action. The test signal includes three impulses, two... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (49): Adaptive Optimal Kernel Download

Multiple Variable Traveling Salesmen Problem - Genetic Algorithm Script It finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations).Each salesman travels to... Platforms: Matlab


Fixed Endpoints Open Multiple Traveling Salesmen Problem - Genetic Algorithm Script The script finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to unique individual cities and finally to the end location).Each salesman starts at the... Platforms: Matlab


Fixed Start Open Traveling Salesman Problem - Genetic Algorithm Script The algorithm computes the optimal route from a fixed predetermined starting point to all other cities without returning to the starting point. Platforms: Matlab


Added: September 25, 2013 | Visits: 429

DKRouteFinder DKRouteFinder is a free Cocoa class that offers a practical solution to the Travelling Salesman Problem - efficiently finding an optimal route among a set of arbitrarily distributed objects. Platforms: Mac

License: Freeware Size: 10.24 KB Download (41): DKRouteFinder Download

Added: August 09, 2013 | Visits: 454

Littlefox A Firefox theme designed for optimal screen usage, leaving lots of room for browsing. LittleFox, designed for optimal screen usage, leaving lots of room for browsing. Includes support for personas, forecastfox, tabbrowser preferences, fusion, reloadevery, stumbleupon, gmail, basics, calendar,... Platforms: Mac

License: Freeware Size: 430.08 KB Download (41): Littlefox Download

< 1 2 3 4 5 >