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

Genetic Transformation software
Filter: All | Freeware | Demo
 

Genetic Transformation

< 1 2 3 4 5 > 
Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 469

Genetic Programming Framework The Distributed Genetic Programming Framework is a scalable Java genetic programming environment. It comes with an optional specialization for evolving assembler-syntax algorithms. The evolution can be performed in parallel in any computer network.



Platforms: Windows, Mac, Linux

License: Freeware Size: 1.17 MB Download (49): Genetic Programming Framework Download

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 16, 2013 | Visits: 594

wireless networks it is used for genetic algorithm implementation for scheduling in wireless sensor networks


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): wireless networks Download

Added: May 09, 2013 | Visits: 577

Constrained MOO using GA This code is a demo of using Genetic Algorithms (GA) to solve a simple constrained multi-objective optimization (MOO) problem.The objective is to find the pareto front of the MOO problem defined as follows: Maximize: f1(X) = 2*x1 + 3*x2 f2(X) = 2/x1 + 1/x2 such that: 10 > x1 > 20 20 > x2 > 30The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Constrained MOO using GA Download

Added: May 25, 2013 | Visits: 491

Transform Points This function will take two transformation matrices and transform from tr1 to tr2 converting all the points from frame 1-->2Use: pointsOut = fcn_transformPoints(trOrigin[4x4],trDestination[4x4], pointsToBeMoved[mx3])tr1 and tr2 are in the form of [1 0 0 0; [Posx Posy Posz], unitx' unity'...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Transform Points Download

Added: August 13, 2013 | Visits: 407

Traveling Salesman Problem - Genetic Algorithm Script The user is presented with the near-optimal solution and performance chart in a dialog window.


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Traveling Salesman Problem - Genetic Algorithm Script Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 547

Color Transformation Language The Color Transformation Language, or CTL, is a programming language for digital color management.


Platforms: Windows, Mac, Linux

License: Freeware Size: 973.56 KB Download (48): Color Transformation Language Download

Added: March 22, 2013 | Visits: 462

Laplace random variables This function generates random numbers distributed according to the Laplace distribution using the Probability integral transformation


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Laplace random variables Download

Added: June 09, 2013 | Visits: 497

Sequency(Walsh) ordered Hadamard matrix The function generates sequency(Walsh) ordered Hadamard matrix useful for image processing, signal processing, genetic algorithms etc.


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Sequency(Walsh) ordered Hadamard matrix Download

Model Determination using Genetic Algorithm: Forst-Kalkwarf-Thodos Model We use the genetic algorithm (gatool) to determine the four parameters of the implicit Forst-Kalkwarf-Thodos Model. Predictions are in perfect agreement with data of vapour pressure of iodobenzene versus temperature for a temperature range from 380.15 K to 580.15 K.


Platforms: Matlab


Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 542

Java rapid genetic programming jrgp is a strong-typed Genetic Programming system, which features a graphical interface (gool) to setup and run GP-problems and a tool (fs-d) that greatly simplifies the definition of a GP-problem.


Platforms: Windows, Mac, Linux

License: Freeware Size: 484.28 KB Download (47): Java rapid genetic programming Download

Fitting complex analytic laws to data by means of Genetic Algorithms The script allows to easily fit predefined complex analytical laws exploiting the potentiality of Genetic Algorithms.The script receives as input the handle to the analytic laws to be fitted to data. Such law may depend on multiple variables and several parameters. This optimization approach may...


Platforms: Matlab


Added: April 01, 2013 | Visits: 402

Similarity index for genetic band profiles This script executes some basic calculations from the following article.Leonard AC, Franson SE, Hertzberg VS, Smith MK & Toth GP (1999) Hypothesis testing with the similarity index. Molecular Ecology 8: 2105-2114.Please consult this article for any conceptual or mathematical details.The script...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Similarity index for genetic band profiles Download

Added: August 12, 2013 | Visits: 277

2D Walsh Transform this function is contains "Transformation" and "Inverse"...which means Transfom 2D matrix or image, and then the user can use the same function for inverse to return 2D matrix


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 2D Walsh Transform Download

Developing a Financial Market Index Tracker using MATLAB OOP and Genetic Algorithms Files used in the Webinar "Developing a Financial Market Index Tracker using MATLAB OOP and Genetic Algorithms"The zip file contains the data and files used to develop an application to track a market index using Genetic algorithm. The initial algorithm is then wrapped up in MATLAB OOP to create...


Platforms: Matlab


Released: June 25, 2012  |  Added: June 25, 2012 | Visits: 650

JAGA - Java API for Genetic Algorithms Java API for implementing any kind of Genetic Algorithm and Genetic Programming applications quickly and easily. Contains a wide range of ready-to-use GA and GP algorithms and operators to be plugged-in or extended. Includes Tutorials and Examples.


Platforms: Windows, Mac, Linux

License: Freeware Size: 338.61 KB Download (46): JAGA - Java API for Genetic Algorithms Download

Released: June 13, 2012  |  Added: June 13, 2012 | Visits: 508

Springbots, Genetic Algorithm Springbots is a python application which takes a set of 2d physical structures built with nodes and movable springs and evolve them for specific tasks like walking, swimming and jumping using genetic algorithm.


Platforms: Windows, Mac, Linux

License: Freeware Size: 107.43 KB Download (46): Springbots, Genetic Algorithm Download

MathWorks Webinar: Using Genetic Algorithms in Financial Applications This zip file contains the Presentation (PDF) and M-files that were demonstrated in the MathWorks Webinar: Using Genetic Algorithms in Financial Applications delivered on Dec 11 2007.The purpose of the webinar was to highlight how Genetic Algorithms may be used to supplement portfolio...


Platforms: Matlab


Added: April 01, 2013 | Visits: 475

Box-Cox power transformation for Linear Models Helps choose a Box-Cox power transformation for a multivariate linear regression.Assume you are looking at the residuals of [b,bint,r] = regress(y,X) and it seems a transformation is in place. Use:boxcoxlm(y,X) to find the best lambda for a Box-Cox power transformation (y^lambda, or log(y) for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Box-Cox power transformation for Linear Models Download

Added: September 08, 2013 | Visits: 356

ANOVA and variance components for genetic data These files are an adaptation of the ANOVA variance component estimators to be used in the analysis of genetic data, specifically Cockerham's 1969 Theta. Formulae were adapted from Sokal and Rohlf's 1995 Biometry, and test files from the book are given as reference.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): ANOVA and variance components for genetic data Download

< 1 2 3 4 5 >