Software Index
Related Topics
Popular Trends
Trending Topics
 

Genetic Algorithms

All | Freeware
Product Title  /  Popularity Revised License Rating Size
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 respect to ...
November 29th 2006 Demo    4,004k
A.I. Solver Studio
A.I. Solver Studio is a unique pattern recognition application that deals with finding optimal solutions to classification problems and uses several powerful and proven artificial intelligence techniques including neural networks, genetic programming and genetic algorithms. No special knowledge is required ...
January 11th 2007 Freeware    454k
Sinope Summarizer PE Trial
Sinope Summarizer PE enables you to summarize the content of a webpage while browsing the internet. It uses advanced Natural Language Processing techniques to summarize the text of a webpage, while leaving the formatting, page layout and graphics intact. It`s ...
February 24th 2003 Commercial  5 stars 7,488k
TradingSolutions
Financial analysis and investment software that combines traditional technical analysis with state-of-the-art artificial intelligence technologies. Use any combination of financial indicators in conjunction with advanced neural networks and genetic algorithms to create remarkably effective end-of-day or real-time trading models. Included ...
April 29th 2003 Demo  5 stars 42,100k
IntelliTipster
Since ancient times people have believed that it is possible to predict the future. But can you see through time yet? Now you can do it - with IntelliTipster! We are very proud to present IntelliTipster, the most advanced team ...
October 24th 2007 Shareware  5 stars 2,810k
Optimization Algorithm Toolkit
Optimization Algorithm Toolkit is a workbench and toolkit for developing, evaluating, and playing with classical and state-of-the-art optimization algorithms on standard benchmark problem domains; including reference algorithm implementations, graphing, visualizations and much more. The project was developed initially by Jason ...
November 22nd 2011 Freeware    11,428k
dANN
dANN is a library to help create artificial neural networks within other programs. It is currently written in Java, C++, and C#. However only the java version is currently in active development. If you want to obtain a version other ...
April 12th 2011 Freeware    6,943k
CLC Sequence Viewer
CLC Sequence Viewer creates a software environment enabling users to make basic bioinformatics analyses and smooth data management, combined with excellent graphical viewing and output options.

Some bioinformatics features are:
- GenBank searching and viewing (linear and circular views)
- ...
February 27th 2006 Freeware    42,110k
Crypt::OpenPGP:: Compressed
Crypt::OpenPGP::Compressed is a Perl module with compressed data packets.

SYNOPSIS

use Crypt::OpenPGP::Compressed;

my $cdata = Crypt::OpenPGP::Compressed->new( Data => $data );
my $serialized = $cdata->save;

my $cdata = Crypt::OpenPGP::Compressed->parse($buffer);
my $data = $cdata->decompress;

Crypt::OpenPGP::Compressed implements compressed data packets, providing both compression and decompression ...
April 27th 2011 Freeware    973k
Classless.Hasher
Hasher is a tool to help programmers implement checksum algorithms and standard hashing into their own software.

Written entirely in C# and designed for use in the .NET Framework, Hasher providers a uniform interface to easily use any of the algorithms ...
March 15th 2011 Freeware    635k
CryptoLib
CryptoLib is a library that provides the implementation of several cryptographic algorithms.

It is designed as an extension to the .Net Framework cryptographic library, and it is totally interoperable with its classes.. . Publisher of CryptoLib, Author of CryptoLib 0.1. CryptoLib ...
October 26th 2011 Freeware    72k
Pyro
Pyro project is a set of tools for programming mobile robots in Python.

It is a library, GUI, and set of objects in Python that allows beginning and experienced roboticists alike to easily control mobile robots.

It comes with a simulator, and ...
June 20th 2011 Freeware    4,792k
Gringotts
Gringotts is a small utility that allows you to jot down sensitive data (passwords, PINs, small files, etc.) in an easy-to-read, easy-to-access, and most of all very secure form.

It lets the user choose from among eight strong encryption algorithms (RIJNDAEL-128, ...
February 25th 2011 Freeware    205k
Textbender
Textbender project is a toolkit for collaborative authoring based on structures and methods derived from nature.

Structures include a genetic code, populations, and a gene pool. A text is encoded with genetic markup and then distributed out to writers to form ...
July 4th 2011 Freeware    4,321k
The Blowfish cipher
The Blowfish cipher in C and i386 assembler.

In cryptography, Blowfish is a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier and included in a large number of cipher suites and encryption products. While no effective cryptanalysis of Blowfish ...
September 2nd 2011 Freeware    10k
FreeArc
FreeArc is a modern and general-purpose archiver. Main advantage of FreeArc is fast but efficient compression and rich set of features.

FreeArc works 1.5–3 times faster than best compression programs.

Advantages

* Free, open-source, with console and GUI versions for both Windows and ...
November 26th 2011 Freeware    2,877k
ga-flamoot
ga-flamoot is a genetic algorithm in Python for evolving programs that write a given string to an allocated dataspace, using a made-up machine language with only 7 instructions and flow reversal.. . Publisher of ga-flamoot, Author of ga-flamoot 1.0. ga-flamoot ...
November 14th 2011 Freeware    10k
CoLocalizer Pro for Mac
A quantitative colocalization analysis software. It is used to obtain new and objective information about proteins and nucleic acids visualized using fluorescence techniques. CoLocalizer Pro combines the power of it’s unique background correction tools with implementation of already established algorithms ...
May 5th 2011 Demo    9,595k
CLC Sequence Viewer for Mac
Creates a software environment enabling users to make basic bioinformatics analyses and smooth data management, combined with excellent graphical viewing and output options.

Some bioinformatics features are:
- GenBank searching and viewing (linear and circular views)
- Multiple alignment of DNA, RNA and ...
September 8th 2011 Freeware    21,852k
RazorSQL (OSX)
RazorSQL is a SQL database query tool, SQL editor, database browser, and administration tool with support for all major databases and built in connection capabilities for DB2, Derby, Firebird, FrontBase, HSQLDB, Informix, Microsoft SQL Server, MySQL, OpenBase, Oracle, PostgreSQL, SQL ...
January 4th 2011 Shareware    16,067k
Related Scripts
Using Genetic Algorithms to Design Logic Circuits in C#
Using Genetic Algorithms to Design Logic Circuits in C# is a tutorial which explains about how generic alogirthms can be use to design various logic circuits such as AND, OR, NOT, XOR in C#. The author clearly lists all these ...
December 12th 2005 Freeware     
Genetic Algorithms Applied with Perl
Genetic programming uses mutation and replication to produce algorithms for creating ever-improving computer programs. In this column, you'll get to know the genetic algorithm in simple terms. This article provides Perl implementations for some specific tasks, adaptable for generic use.
December 20th 2005 Freeware     
Implementing a Genetic Algorithm in C# and .NET
Implementing a Genetic Algorithm in C# and .NET is an article which contains more details about the genetic algorithms. These alogrithm helps you to solve problems through a trial and error process that progresses very quickly and it consists of ...
December 15th 2005 Freeware     
The Ga Playground
A general purpose GA toolkit implemented in Java, designed for experimenting with genetic algorithms and handling diverse optimization problems.
December 4th 2005 Freeware     
Mastering Algorithms with Perl
Written for readers with at least some Perl programming experience, Mastering Algorithms in Perl delivers a solid library of algorithms written in Perl for business and mathematical computing. From data structures to cryptography and more advanced mathematical algorithms, this book ...
December 19th 2005 Commercial     
1 Click Encrypt
This program gives cost effective security solutions to generate your own cipher key to protect all your important files, documents and data. This '1 Click Encrypt' program employs Gamma, AES, GHOST, Blowfish cryptographic algorithms for encrytping and decrypting documents and ...
November 25th 2005 Commercial     
1 Click Spam Shield
1 Click Spam Shield is a security software that has the ability to remove spams and junk mails from your mail boxes. This program enables you to define and maintain a list of spam detection algorithms, spammer addresses, domains, key ...
December 13th 2005 Commercial     
1Click Sweep
1Click Sweep is an useful and handy tool that features privacy protection, security guards, scheduler programs etc., This program has the ability to erase all autocomplete forms, temporary internet files, cookies, history for your surfing through advanced erase algorithms. You ...
December 1st 2005 Commercial     
ACProtect standard
ACProtect standard is Windows compatible. ACProtect is an application that allows you to protect Windows executable files(PE files) against piracy. Using public key encryption algorithms (RSA) to create and verify the registration keys and unlock some RSA key locked codes. ...
December 8th 2005 Commercial     
Active Crypt
This is a powerful multithreaded ActiveX object capable of encrypting data. Using this software you can hash both strings and files through symmetric encryption algorithms like RC5, IDEA, Triple DES, AES, RC4, CAST5, DESX, BlowFish etc., This software is very ...
December 20th 2005 Commercial     
Related Code
Genetic Programing Component
Helps you create a Genetic-Programming application in Delphi / C++ Builder / Kylix.
October 31st 2007     5k
Data compressing algorithms LZARI/LZSS/LZHUF - H.Okumura
Incluces both a tutorial and sourcecode.
February 2nd 2006     18k
5 Different compression algorithms in QB basic
Modified LZ78 Encoder, LZ78 Decompressor, A static Huffman
compression program, A static Huffman decompression program ...
July 20th 2006     14k
LZRW1 algorithm implemented in 68000 assembler
The algorithm is a general purpose compression algorithm that runs fast and gives reasonable compression. The algorithm is a member of the Lempel Ziv family of algorithms and bases its compression on the presence in the data of repeated substrings.
October 24th 2006     9k
Eight Sorting Algorithms
Bubble sort, selection sort, insertion sort, radix exchange sort, quick sort, shell sort, shaker sort. shows number of comparisons, time taken
December 12th 2007     147k
New Software
Popular Software