Loading [MathJax]/extensions/tex2jax.js
numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
num_collect::opt::firefly_optimizer< ObjectiveFunction > Class Template Reference

Class to perform optimization using firefly algorithm [32], [33]. More...

+ Inheritance diagram for num_collect::opt::firefly_optimizer< ObjectiveFunction >:
+ Collaboration diagram for num_collect::opt::firefly_optimizer< ObjectiveFunction >:

Detailed Description

template<concepts::objective_function ObjectiveFunction>
class num_collect::opt::firefly_optimizer< ObjectiveFunction >

Class to perform optimization using firefly algorithm [32], [33].

Template Parameters
ObjectiveFunctionType of the objective function.

Definition at line 54 of file firefly_optimizer.h.


The documentation for this class was generated from the following file: