|
openjij
Framework for the Ising model and QUBO.
|
#include <integer_sa_sampler.hpp>
Public Attributes | |
| double | energy = 0.0 |
| std::vector< std::int64_t > | solution = {} |
| std::vector< double > | energy_history = {} |
| std::vector< double > | temperature_history = {} |
| double openjij::sampler::IntegerSAResult::energy = 0.0 |
Referenced by openjij::sampler::BaseSA().
| std::vector<double> openjij::sampler::IntegerSAResult::energy_history = {} |
Referenced by openjij::sampler::BaseSA().
| std::vector<std::int64_t> openjij::sampler::IntegerSAResult::solution = {} |
Referenced by openjij::sampler::BaseSA().
| std::vector<double> openjij::sampler::IntegerSAResult::temperature_history = {} |
Referenced by openjij::sampler::BaseSA().