Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Goulib

Compare

  Analyzed about 19 hours ago

My Python Library

36.2K lines of code

2 current contributors

over 3 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

TSP Solver and Generator

Compare

  Analyzed about 23 hours ago

TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses the Branch and Bound method for solving. Its input is a number of cities and a matrix of city-to-city travel costs. The matrix can be populated with random values in a given range (which is useful for generating ... [More] tasks). The result is an optimal route, its price, step-by-step matrices of solving, and a solving graph. The task can be saved in an internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using Branch and Bound method to solve a particular task. [Less]

6.14K lines of code

0 current contributors

about 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

EvoSynth

Compare

  Analyzed about 17 hours ago

EvoSynth (Evolutionary Computation Synthesizer) is a framework for rapid development and prototyping of evolutionary algorithms.

8.04K lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Highly Scalable Java

Compare

  Analyzed about 1 hour ago

A collection of Concurrent and Highly Scalable Utilities. These are intended as direct replacements for the java.util.* or java.util.concurrent.* collections but with better performance when many CPUs are using the collection concurrently.

1.29K lines of code

0 current contributors

over 14 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Cryptolysis

Compare

  Analyzed about 2 hours ago

A Java framework for testing heuristics in breaking classifcal ciphers.

3.42K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Java Genetic Algorithm Library

Compare

  Analyzed about 9 hours ago

An object oriented library of an Genetic Algorithm, implemented in Java. Clear separation of the several concepts of the algorithm, e.g. Gene, Chromosome, Genotype, Phenotype, Population and Fitness Function. The fitness calculation is parallelized.

69.4K lines of code

1 current contributors

4 days since last commit

1 users on Open Hub

Moderate Activity
5.0
 
I Use This

Multi-armed bandit

Compare

  No analysis available

The bandit project is a repository of the various known algorithmic solutions for the multi-armed bandit problem. The project is also a repository of several datasets that could be used for benchmarking purposes.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

igraph library

Compare

  Analyzed 1 day ago

This is another library for creating and manipulating graphs. There is simply no other graph library out there which can be handle graphs of the size the author is confronted with efficiently. Whenever possible igraph tries to be also user friendly and portable. igraph started as an additional ... [More] package to the GNU R statistical environment, and still some functions which are hard to implement in C are available only in R (like interactive graphics). Most functions are however now written in C and they can be compiled without R as a separate library. [Less]

664K lines of code

16 current contributors

2 days since last commit

1 users on Open Hub

Very High Activity
5.0
 
I Use This

HaypoCALC

Compare

  No analysis available

Console scientific calculator which support know : cos,atan,ln,exp,derive,prime test,... It works on Windows and Linux.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl

Java Machine Learning Library

Compare

  Analyzed about 18 hours ago

The Java Machine Learning Library is a set of reference implementations of machine learning algorithms. These algorithms are well documented, both in the source code as on the documentation site. Besides real machine learning algorithms also a lot of supporting classes are provided: distance ... [More] measures, evaluation criteria, datasets for validation purposes and some sample code. Currently the library contains clustering algorithms, distance measures, wavelet transforms, fourier transforms, matrices, support vector machines and some other algorithms [Less]

19.9K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This