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

Genetic Algorithms Simulation freeware
Filter: All | Freeware | Demo
 

Genetic Algorithms Simulation

1 2 3 4 5 > 

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 10, 2012  |  Added: June 10, 2012 | Visits: 496

Genetic Algorithms Framework This is a cross-platform framework for using Genetic Algorithms for solutions. Written in Java and uses convinient plug-in features for every phase in the genetic development, while maintaining an easy-to-use API for easy integration into applications.





Platforms: Windows, Mac, Linux

License: Freeware Size: 81.45 KB Download (52): Genetic Algorithms Framework Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 540

Jenes - Genetic Algorithms for Java An optimized java library for genetic algorithms. The library is designed to be fast and memory light, but still very easy to use.


Platforms: Windows, Mac, Linux

License: Freeware Size: 646.24 KB Download (50): Jenes - Genetic Algorithms for Java 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


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 20, 2010 | Visits: 1.138

N-genes n-genes is a powerful Genetic Algorithms and Programming toolkit written for Java 5. Using advanced object oriented techniques, like generics and introspection, it is one the simplest system to learn and use. N-geness design allows fast coding and a total flexibility. n-genes is an...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (115): N-genes Download

Added: May 13, 2010 | Visits: 887

JGAP JGAP (pronounced "jay-gap") is a genetic algorithms component written in the form of a Java package. JGAP project provides basic genetic mechanisms that can be easily used to apply evolutionary principles to problem solutions. The ground is laid for introducing Genetic Programming to JGAP in the...


Platforms: *nix

License: Freeware Size: 3.9 MB Download (99): JGAP Download

Added: June 09, 2013 | Visits: 493

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 (44): Sequency(Walsh) ordered Hadamard matrix Download

Added: May 09, 2013 | Visits: 575

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: February 26, 2010 | Visits: 900

Crogai Crogai consists of a mixture of crowd simulation, AI, and genetic algorithms. It is possible to set up simulations and test different AI in a full 3D environment with a small physics engine, terrain, collision handling, etc. Crogai is inspired by the OpenSteer projet and uses steering behaviors...


Platforms: *nix

License: Freeware Size: 1024 KB Download (123): Crogai Download

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

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: October 05, 2012  |  Added: October 05, 2012 | Visits: 488

Galileo: a Distributed Genetic Algorithm Galileo is a library for developing custom distributed genetic algorithms developed in Python. It provides a robust set of objects that can be used directly or as the basis of derived objects. Its modularity makes it easy to extend the functionality. The


Platforms: Windows, Mac, Linux

License: Freeware Size: 12 KB Download (44): Galileo: a Distributed Genetic Algorithm Download

Released: December 20, 2012  |  Added: December 20, 2012 | Visits: 543

Python Neural Genetic Algorithm Hybrids This project provides a set of Python tools for creating various kinds of neural networks, which can also be powered by genetic algorithms using grammatical evolution. MLP, backpropagation, recurrent, sparse, and skip-layer networks are supported.


Platforms: Windows, Mac, Linux

License: Freeware Size: 567.87 KB Download (58): Python Neural Genetic Algorithm Hybrids Download

Added: July 11, 2013 | Visits: 656

Walsh Transform(2D) The function implement the 1D Walash Transform which can be used in signal processing,pattern recognition and Genetic algorithms. The Formula of 1D Walsh Transform is defined as : N-1 q-1 ---- -- 1 | | b[i](m)*b[q-1-i](u) W(u) = --- / f(m)| | (-1) ,u = 0,...,N-1 N ---- | | m=0 i=0 where for...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Walsh Transform(2D) Download

Added: June 02, 2013 | Visits: 532

Walsh Transform(1D) The function implement the 1D Walash Transform which can be used in signal processing,pattern recognition and Genetic algorithms. The Formula of 1D Walsh Transform is defined in mfile


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Walsh Transform(1D) Download

Optimization with MATLAB and the Genetic Algorithm and Direct Search Toolbox M-files accompanying the " Genetic Algorithms & New Optimization Methods in MATLAB " webinar.These files provide what you need to run the two demos: Optimization of non-smooth objective function, and Optimization of a random stochastic objective function.To run the first demo run the file...


Platforms: Matlab


Added: May 20, 2013 | Visits: 451

gapolyfitn This function implements a method of using genetic algorithms to optimise the form of a polynomial, i.e. reducing the number of terms required in comparison to a least-squares fit using all possible terms, as described in the following paper:Clegg, J. et al, "The use of a genetic algorithm to...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): gapolyfitn Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 685

JOpt.SDK - vehicle routing library JOpt.SDK is spatial route optimization and planning Java library for automatic resource scheduling and transportation planning. It uses specialized genetic algorithms to calculate an optimized allocation of orders and stops to mobile resources. The algorithm not only provides tours at minimum...


Platforms: Java

License: Freeware Size: 102.4 KB Download (56): JOpt.SDK - vehicle routing library Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 683

JOpt.NET - Vehicle Routing Software Libr JOpt.NET TourPlanner is an automated vehicle routing software and dispatching .NET component for logistic applications that can solve Traveling Salesman Problems (TSP) and Capacitated Vehicle Routing Problems with Time Windows (CVRPTW,VRPTW). JOpt.NET offers route and transport optimisation with...


Platforms: Windows

License: Freeware Size: 3.91 MB Download (56): JOpt.NET - Vehicle Routing Software Libr Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 746

JOpt.NET - Vehicle Routing Software Library JOpt.NET TourPlanner is an automated vehicle routing software and dispatching .NET component for logistic applications that can solve Traveling Salesman Problems (TSP) and Capacitated Vehicle Routing Problems with Time Windows (CVRPTW,VRPTW). JOpt.NET offers route and transport optimisation with...


Platforms: Windows

License: Freeware Size: 4 MB Download (59): JOpt.NET - Vehicle Routing Software Library Download

1 2 3 4 5 >