FFFF biteopt/other at master · avaneev/biteopt · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This folder contains implementations of other optimization methods with the same interface as BiteOpt. Using this methods is as simple as redefining inherited class.

ccmaes.cpp - Interface to CMA-ES optimization method, requires CMA-ES C library which can be obtained here: c-cmaes. Does not provide "stall count" information.

0