algorithms
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1857
Genetic Algorithms Class Library 1
Genetic Algorithms Class Library is an advanced program which satisfies you with a free, simple, powerful, fully Object Oriented, C++, open source, Genetic Algorithms Class Library. more>>
Genetic Algorithms Class Library 1 is an advanced program which satisfies you with a free, simple, powerful, fully Object Oriented, C++, open source, Genetic Algorithms Class Library. This is a product developed personally and wanted to be shared by all of the world for free. It is an Object Oriented (OO) C++ class library that can be extended very easily. It is very simple but powerful tool.
Download (55.3KB)
Added: 2006-10-23 License: Freeware Price:
downloads
Dijkstra Algorithm 1.0
Dijkstra program can be used to find the shortest path to the destination. more>>
Dijkstra program can be used to find the shortest path to the destination. Dijkstra program can be used to find the shortest path to the destination.
This is a complex algorithm used by routers running link-state routing protocols.
Dijkstra Algorithm is also easy-to-use, small and simple and does not require any installation.
<<lessThis is a complex algorithm used by routers running link-state routing protocols.
Dijkstra Algorithm is also easy-to-use, small and simple and does not require any installation.
Download (315KB)
Added: 2007-06-27 License: Freeware Price:
1066 downloads
Prim Algorithm Rev 2.0
Demonstrates the PRIM Algorithm to find the minimum Spanning Tree for a Network. more>> Demonstrates the PRIM Algorithm to find the minimum Spanning Tree for a Network.
The Prim Algorithm application was designed to be a simple tool that will demonstrate the PRIM Algorithm to find the minimum Spanning Tree for a Network.
<<less Download (84KB)
Added: 2008-10-02 License: Freeware Price: FREE
504 downloads
Genetic Algorithm Library 1.3
set of classes & utilities which provides to use genetic algorithms more>> Genetic Algorithm Library contains a set of classes and utilities which provides easy way to use genetic algorithms to solve optimization problems in C++ applications. The library provides many genetic operations and several types of algorithms. It is highly customizable and easy to use. Only Microsoft Windows platform, Microsoft Visual C++ and Intel C++ compilers are supported. Genetic Algorithm library is currently is in beta testing.
Basic features of the library:
- Many genetic operations, chromosomes representation interfaces and different genetic algorithm.
- Easy customization of the library by using provided interfaces for genetic operations and chromosome representations.
- Support for multiple processors/cores with multithreaded execution of genetic algorithms.
Download (form)
Added: 2008-10-27 License: Freeware Price:
424 downloads
Genetic Algorithm Viewer 1.0
Genetic Algorithm Viewer was designed to show the functioning of a genetic algorithm more>>
Genetic Algorithm Viewer was designed to show the functioning of a genetic algorithm.
Genetic Algorithm Viewer permits the user to test the major parameters of a genetic algorithm.
Physics, Biology, Economy or Sociology often have to deal with the classical problem of optimization. Economy particularly has become specialist of that field1. Generally speaking, a large part of mathematical development during the XVIIIth century dealt with that topic (remember those always repeated problems where you had to obtain the derivative of a function to find its extremes).
Purely analytical methods widely proved their efficiency. They nevertheless suffer from a insurmountable weakness : Reality rarely obeys to those wonderful differentiable functions your professors used to show you2.
Other methods, combining mathematical analysis and random search have appeared. Imagine you scatter small robots in a Mountainous landscape.
Those robots can follow the steepest path they found. When a robot reaches a peak, it claims that it has found the optimum. This method is very efficient, but theres no proof that the optimum has been found, each robot can be blocked in a local optimum. This type of method only works with reduced search spaces.
<<lessGenetic Algorithm Viewer permits the user to test the major parameters of a genetic algorithm.
Physics, Biology, Economy or Sociology often have to deal with the classical problem of optimization. Economy particularly has become specialist of that field1. Generally speaking, a large part of mathematical development during the XVIIIth century dealt with that topic (remember those always repeated problems where you had to obtain the derivative of a function to find its extremes).
Purely analytical methods widely proved their efficiency. They nevertheless suffer from a insurmountable weakness : Reality rarely obeys to those wonderful differentiable functions your professors used to show you2.
Other methods, combining mathematical analysis and random search have appeared. Imagine you scatter small robots in a Mountainous landscape.
Those robots can follow the steepest path they found. When a robot reaches a peak, it claims that it has found the optimum. This method is very efficient, but theres no proof that the optimum has been found, each robot can be blocked in a local optimum. This type of method only works with reduced search spaces.
Download (naMB)
Added: 2007-04-09 License: Freeware Price:
962 downloads
Genetic Algorithm Framework 1.0
Genetic Algorithms are a particular class of evolutionary algorithms (also known as evolutionary computation) that use techniques inspired by evolutionary biology such as inheritance, mutation, more>> Genetic Algorithms are a particular class of evolutionary algorithms (also known as evolutionary computation) that use techniques inspired by evolutionary biology such as inheritance, mutation, selection, and crossover (also called recombination).
Genetic algorithms are imlpemented as a computer simulation in which a population of abstract representations (called chromosomes or the genotype or the genome) of candidate solutions (called individuals, creatures, or phenotypes) to an optimization problem evolves toward better solutions.<<less
Download (296k)
Added: 2008-10-31 License: Freeware Price:
485 downloads
Optimization Algorithm Toolkit - OAT 1.3
Ease working with classical and state-of-the-art optimization algorithms on standard benchmark problem domains more>>
Ease working with classical and state-of-the-art optimization algorithms on standard benchmark problem domains The Optimization Algorithm Toolkit (OAT) is a workbench and toolkit for developing, evaluating, experimenting, and playing with classical and state-of-the-art optimization algorithms on standard benchmark problem domains; including reference algorithm implementations (Java), graphing, visualizations and much more.
Main features:
- Graphical User Interface (GUI) with graphs, configuration dialogs, visualizations and much more for the research scientist and interested novice alike.
- Fully featured Application Programming Interface (API) for experimentation, implementation of additional algorithms and problem domains.
- Source code is included to help you learn more about how optimization algorithms work, and to contribute new algorithms and problems to the project.
- Example code to get you up and running quickly and unit tests to ensure algorithm robustness and consistency.
- Provides a focus on computational intelligence and biologically inspired optimization algorithms such as evolutionary algorithms, artificial immune system algorithms, particle swarm optimization, ant colony optimization, and much more.
- Provides literature references for all algorithm implementations (See a full algorithm listing with references).
- Problem Domains Include:
- Continuous Function Optimization, including 24 Algorithms not limited to Evolutionary Algorithms, Artificial Immune System Algorithms, Physics Algorithms, Swarm Algorithms, and Random Algorithms. 69 problem instances not limited to classic functions such as De Jongs F-series, Ackley, Easom, Goldstein, Griewangk, Langermann, Michalewicz, Rastrigin, Rosenbrocks Valley, Schwefel, Six Hump Camel Back, Three Pot Holes, Mahfouds M-series, Bohachevsky, Hansen, Shubert, and many others.
- Huygens Search & Optimization Benchmark Suite: all function optimization algorithms, billions of fractal optimization instances, benchmark server, and much more
- Traveling Salesman Problem (TSP), including 10 algorithms not limited to Ant Colony Optimization, Evolutionary Algorithms, Artificial Immune System Algorithms, and Random Algorithms. 15 problem instances from TSPLib including Berlin52, Burma14, Ulysses22, and many others.
- Protein Folding (Protein Structure Prediction - PSP), including 3 algorithms including Evolutionary Algorithms, and Random Algorithms. 14 problem instances all examples of Dills Hydrophobic-Polar (HP) Model
- Binary Optimization Functions including 6 algorithms not limited to Evolutionary Algorithms, Bit Hill-Climbers, Artificial Immune System Algorithms, and Random Algorithms. 10 problem instances not limited to Trap Functions, Deceptive Functions, Massively Multimodal, OneMax, and others.
- Graph Coloring Problem (GCP), including 2 algorithms including an Artificial Immune System algorithm, 56 problem instances all benchmark instances from the GCP repository on Michael Tricks Operations Research page
- Binary Character Recognition (BCR): 2 algorithms, 1 problem instance (lippman binary character recognition)
System requirements:
- Java
<<lessMain features:
- Graphical User Interface (GUI) with graphs, configuration dialogs, visualizations and much more for the research scientist and interested novice alike.
- Fully featured Application Programming Interface (API) for experimentation, implementation of additional algorithms and problem domains.
- Source code is included to help you learn more about how optimization algorithms work, and to contribute new algorithms and problems to the project.
- Example code to get you up and running quickly and unit tests to ensure algorithm robustness and consistency.
- Provides a focus on computational intelligence and biologically inspired optimization algorithms such as evolutionary algorithms, artificial immune system algorithms, particle swarm optimization, ant colony optimization, and much more.
- Provides literature references for all algorithm implementations (See a full algorithm listing with references).
- Problem Domains Include:
- Continuous Function Optimization, including 24 Algorithms not limited to Evolutionary Algorithms, Artificial Immune System Algorithms, Physics Algorithms, Swarm Algorithms, and Random Algorithms. 69 problem instances not limited to classic functions such as De Jongs F-series, Ackley, Easom, Goldstein, Griewangk, Langermann, Michalewicz, Rastrigin, Rosenbrocks Valley, Schwefel, Six Hump Camel Back, Three Pot Holes, Mahfouds M-series, Bohachevsky, Hansen, Shubert, and many others.
- Huygens Search & Optimization Benchmark Suite: all function optimization algorithms, billions of fractal optimization instances, benchmark server, and much more
- Traveling Salesman Problem (TSP), including 10 algorithms not limited to Ant Colony Optimization, Evolutionary Algorithms, Artificial Immune System Algorithms, and Random Algorithms. 15 problem instances from TSPLib including Berlin52, Burma14, Ulysses22, and many others.
- Protein Folding (Protein Structure Prediction - PSP), including 3 algorithms including Evolutionary Algorithms, and Random Algorithms. 14 problem instances all examples of Dills Hydrophobic-Polar (HP) Model
- Binary Optimization Functions including 6 algorithms not limited to Evolutionary Algorithms, Bit Hill-Climbers, Artificial Immune System Algorithms, and Random Algorithms. 10 problem instances not limited to Trap Functions, Deceptive Functions, Massively Multimodal, OneMax, and others.
- Graph Coloring Problem (GCP), including 2 algorithms including an Artificial Immune System algorithm, 56 problem instances all benchmark instances from the GCP repository on Michael Tricks Operations Research page
- Binary Character Recognition (BCR): 2 algorithms, 1 problem instance (lippman binary character recognition)
System requirements:
- Java
Download (7.17MB)
Added: 2007-07-14 License: GPL Price:
552 downloads
Love Tester 2
Love Tester 2 will compute how much you love each other by using advanced algorithms more>>
You have to enter your name and your lovers name.
Love Tester 2 will compute how much you love each other by using advanced algorithms.
<<lessLove Tester 2 will compute how much you love each other by using advanced algorithms.
Download (38.5KB)
Added: 2007-05-29 License: Freeware Price:
1016 downloads
Loe Tester 2.0
The program will compute how much you love each other by using advanced algorith more>> You have to enter your name and your lovers name. The program will compute how much you love each other by using advanced algorithms.
New in version 2:
Nicer Interface
Improved algorithm for better results<<less
Download (38.5KB)
Added: 2008-02-21 License: Freeware Price: Free
611 downloads

Dither 1.0
Dither a continous tone image to 1-bit black and white line art. more>> Dithers a continous tone image to 1-bit black and white line art. Three dithering algorithms are offered including an algorithm developed by former Apple software developer and now nature photographer Bill Atkinson. Despite beeing coarser his algorithm produces much better looking results by default.<<less
Download (167KB)
Added: 2008-09-17 License: Freeware Price:
425 downloads

Noiser 1.0
Start to create music according to some popular glitch/microsound algorithms. more>> The user just puts some soundfiles into the "snds" folder of the application and the software will import the files and start to create music according to some popular glitch/microsound algorithms. The result can be stunning. Mindblowing actually.
Well, this is a simple application. Place your soundfiles in the "snds" folder and click on the Noiser 1.0 logo. The application opens and youll hear the Noiser make music out of your soundfiles according to some stupid algorithms.
We can repeat this once again! You just put...
You can put .aiff, .wav and .mp3s into the "snds" folder.<<less
Download (2.42MB)
Added: 2008-06-24 License: Freeware Price: Free
490 downloads
Global Incognito Chat (i-chat) 2.9
Incognito Chat is a free instant messaging tool for use with MSN Messenger an... more>> Incognito Chat is a free instant messaging tool for use with MSN Messenger and Windows Messenger, it allows for encrypted instant messaging sessions using proven cryptographic algorithms.<<less
Download (1.21MB)
Added: 2006-09-13 License: Freeware Price: Free
1914 downloads
DivHasher 1.2
Hashing and checksum operations for text or files more>> Hashing and checksum operations for text or files. Algorithms for calculations: MD2, MD4, MD5, SHA1, SHA-224, SHA-256, SHA-384, SHA-512, RIPEMD-128, RIPEMD-160, RIPEMD-256, WHIRLPOOL, Tiger, Adler32, CRC32 and Panama. Fast and easy.<<less
Download (676KB)
Added: 2009-06-23 License: Freeware Price: $0.00
14 downloads
Adobe Source Libraries 1.0.25
C++ libraries for declarative UI modeling more>> The Adobe Source Libraries (ASL) are a collection of C++ libraries building foundation technology to allow the construction of commercial applications by assembling generic algorithms through declarative descriptions.<<less
Download (1.0M)
Added: 2008-11-09 License: Freeware Price:
354 downloads
Fingerprint Reader 1.0
Fingerprint Reader - Small library serves for encoding and comparison of fingerprint images more>>
Fingerprint Reader is a small library that serves for encoding and comparison of fingerprint images.
Algorithms of comparison are based on methods which within more than hundred years have proved in the field of criminalistics.
The basic feature of our algorithm - its stability to qualitatively bad images.
<<lessAlgorithms of comparison are based on methods which within more than hundred years have proved in the field of criminalistics.
The basic feature of our algorithm - its stability to qualitatively bad images.
Download (1.37MB)
Added: 2006-12-08 License: Freeware Price:
1245 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above algorithms search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed