Skip to content

frt/random_search-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Search Optimization Library

A Random Search [http://en.wikipedia.org/wiki/Random_optimization]
implementation that uses a Uniform Distribution
[http://en.wikipedia.org/wiki/Uniform_distribution] to sample for candidate
solutions.

This lib is intended for use with the parallel_evolution-lib
[http://github.com/frt/parallel_evolution-lib]. An example application is
parallel_evolution-app [http://github.com/frt/parallel_evolution-app].


HOWTO INSTALL THIS LIB FROM THE SOURCES 

 * Generate the './configure' script:

	$ aclocal
	$ autoconf
	$ automake --add-missing

 * Configure and install:

	$ ./configure
	$ make
	# make install

If you want to buy me a coffee follow this link: https://ko-fi.com/M4M09AL6

About

Random Search Optimization Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published