kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
Loading...
Searching...
No Matches
kodama::CoreCycleDiagnostic Struct Reference

#include <kodama.hpp>

Public Attributes

int run = 0
 
int cycle = 0
 
int proposal_size = 0
 
int active_classes = 0
 
unsigned char accepted = 0
 
unsigned char improving_acceptance = 0
 
unsigned char temperature_acceptance = 0
 

Detailed Description

Definition at line 568 of file kodama.hpp.

Member Data Documentation

◆ accepted

unsigned char kodama::CoreCycleDiagnostic::accepted = 0

Definition at line 573 of file kodama.hpp.

◆ active_classes

int kodama::CoreCycleDiagnostic::active_classes = 0

Definition at line 572 of file kodama.hpp.

◆ cycle

int kodama::CoreCycleDiagnostic::cycle = 0

Definition at line 570 of file kodama.hpp.

◆ improving_acceptance

unsigned char kodama::CoreCycleDiagnostic::improving_acceptance = 0

Definition at line 574 of file kodama.hpp.

◆ proposal_size

int kodama::CoreCycleDiagnostic::proposal_size = 0

Definition at line 571 of file kodama.hpp.

◆ run

int kodama::CoreCycleDiagnostic::run = 0

Definition at line 569 of file kodama.hpp.

◆ temperature_acceptance

unsigned char kodama::CoreCycleDiagnostic::temperature_acceptance = 0

Definition at line 575 of file kodama.hpp.


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