openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
openjij::sampler::IntegerSAResult Struct Reference

#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 = {}
 

Member Data Documentation

◆ energy

double openjij::sampler::IntegerSAResult::energy = 0.0

◆ energy_history

std::vector<double> openjij::sampler::IntegerSAResult::energy_history = {}

◆ solution

std::vector<std::int64_t> openjij::sampler::IntegerSAResult::solution = {}

◆ temperature_history

std::vector<double> openjij::sampler::IntegerSAResult::temperature_history = {}

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