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.472.994 Times

Minima freeware
 

Minima

Added: May 10, 2013 | Visits: 395

Range minima and least common ancestors This script implements data structures for solving the following two problems: - Range minimization: given an array X of data, quickly find min(X[i:j]) for different ranges i:j. - Least common ancestors: given a tree, quickly find the lowest tree node that is an ancestor of all of a given set...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Range minima and least common ancestors Download

Added: August 13, 2013 | Visits: 746

Particle Swarm Optimization Simulation An animated simulation of Particles in 2D searching for a global minima of a simple function using Particle Swarm Optimization algorithm





Platforms: Matlab

License: Freeware Size: 10 KB Download (54): Particle Swarm Optimization Simulation Download

Added: April 09, 2013 | Visits: 515

Fibonacci Search metho This script provides the final interval of uncertainty in which the minima of single variable non linear/linear function. The function should be unimodal in the interval. The script checks the unimodality of the function.User inputs the initial interval and the number of iterations. depending...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fibonacci Search metho Download

Added: July 03, 2013 | Visits: 509

Test of unimodality unimodality of a single variable function in a given interval refers to existence of at the most only one maxima or minima. This script checks the unimodality of the function in the interval provided by the user.


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Test of unimodality Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 924

Lotto Analyzer Lotto Analyzer, รก un software per il gioco del Lotto e del Super Enalotto, in grado di effettuare le piAa accurate e complete ricerche statistiche e storiche, al fine di produrre pronostici da porre in gioco tramite strumenti di sistemistica avanzata per la riduzione delle possibili...


Platforms: Windows

License: Freeware Size: 114.96 MB Download (113): Lotto Analyzer Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 246

Minima Framework The Mini.Ma Web Application Framework for Agile, Rapid and DRY Development


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 105.78 KB Download (47): Minima Framework Download

Added: April 08, 2013 | Visits: 437

PeakFinder This function quickly finds local peaks or valleys (local extrema) in a noisy vector using a user defined magnitude threshold to determine if each peak is significantly larger (or smaller) than the data around it. The problem with the strictly derivative based peak finding algorithms is that if...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): PeakFinder Download

Added: April 25, 2013 | Visits: 361

local maxima minima This is a very simple function to find the local maximum in any dimensional array. As simple as it is it still gives nice results.I use the imdilate() function as a maximum operation and then compare the data to the result.The function receives three parameters:the data, a vector defining the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): local maxima minima Download

Added: May 03, 2013 | Visits: 349

Efficient local minima detector Let r_scale be the neighborhood radius scale, a brute search method would require N*r_scale to detect the valleys with neighborhood size of r_scale in 1d signal or N*r_scale*r_scale complexity in 2d image. Which is too slow in large data size. In this file, the complexity is reduced in...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Efficient local minima detector Download

Added: April 23, 2010 | Visits: 1.230

jsFind jsFind is a Perl module that can generate index for full text search engine in JavaScript. SYNOPSIS use jsFind; my $t = new jsFind(B => 4); my $f = 1; foreach my $k (qw{minima ut dolorem sapiente voluptatem}) { $t->B_search(Key => $k, Data => { "path" => { t => "word $k", f => $f },...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (98): jsFind Download

Added: June 24, 2013 | Visits: 410

Removal of unevenness of a histogram While working with a histogram we may need to detect a peak or crest of the histogram.But the histogram contains a number of local minima & maxima which makes the histogram extremely uneven.While detecting a peak or crest we are intended to detect the global peak or crest.This code replaces every...


Platforms: Matlab

License: Freeware Size: 10 KB Download (38): Removal of unevenness of a histogram Download

Added: July 14, 2013 | Visits: 434

1D Non-derivative Peak Finder PEAKFIND general 1D peak finding algorithm peakfind(x_data,y_data) peakfind(x_data,y_data,upsam) peakfind(x_data,y_data,upsam,gsize,gstd) peakfind(x_data,y_data,upsam,htcut,'cuttype') peakfind(x_data,y_data,upsam,gsize,gstd,htcut,'cuttype') [xpeaks]=peakfind() [xout,yout,peakspos]=peakfind()...


Platforms: Matlab

License: Freeware Size: 10 KB Download (54): 1D Non-derivative Peak Finder Download

Added: July 24, 2013 | Visits: 429

Many testfunctions for global optimizers This is a large set of test functions, which may be used to test the effectiveness of global optimization algorithms. Some are rather easy to optimize (rosenbruck, leon, ...), others next to impossible (crosslegtable, bukin6, ...).All the test-functions are taken from either [1], [2] or [3] (see...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (44): Many testfunctions for global optimizers Download

Added: September 14, 2013 | Visits: 420

General simulated annealing algorithm anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order:LOSS is a function handle (anonymous function or inline) with a loss function, which may be of any type, and needn't be continuous. It does, however,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): General simulated annealing algorithm Download

Added: August 26, 2013 | Visits: 323

fgridmin.m function [i,i_] = fgridmin(y)% Search an N-dimensional array y for points that may be proximate to a global minimum% of the interpolated array; return the proximate points' N-D subscripts (i) in y. Also% optionally return the subscripts (i_) for discrete local minima in y.%% syntax:% i =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): fgridmin.m Download