Cargo Features

[dependencies]
cmaes = { version = "0.2.1", default-features = false, features = ["openblas", "netlib", "accelerate", "intel-mkl", "plotters"] }
default = plotters

The plotters feature is set by default whenever cmaes is added without default-features = false somewhere in the dependency tree.

openblas

For BLAS/LAPACK

Enables openblas of nalgebra-lapack ^0.21.0

netlib

Enables netlib of nalgebra-lapack ^0.21.0

accelerate

Enables accelerate of nalgebra-lapack ^0.21.0

intel-mkl

Enables intel-mkl of nalgebra-lapack ^0.21.0

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

plotters default

Affects cmaes::plotting, options::CMAESOptions.plot_options

nalgebra-lapack accelerate? intel-mkl? netlib? openblas?

Enables nalgebra-lapack ^0.21.0