|
openjij
Framework for the Ising model and QUBO.
|
updater paramter for classical ising model with a single constraint More...
#include <schedule_list.hpp>
Public Types | |
| using | Tuple = std::pair< double, double > |
Public Member Functions | |
| UpdaterParameter ()=default | |
| UpdaterParameter (double beta, double lambda) | |
| UpdaterParameter (const Tuple &obj) | |
| Tuple | get_tuple () const |
Public Attributes | |
| double | beta |
| inverse temperature | |
| double | lambda |
| constraint coefficient | |
updater paramter for classical ising model with a single constraint
| using openjij::utility::UpdaterParameter< system::classical_constraint_system >::Tuple = std::pair<double, double> |
|
default |
|
inline |
|
inline |
|
inline |
inverse temperature
| double openjij::utility::UpdaterParameter< system::classical_constraint_system >::lambda |
constraint coefficient