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

#include <kodama.hpp>

Public Attributes

int run = 0
 
int cycles_completed = 0
 
int transition_attempted = 0
 
int transition_accepted = 0
 
int many_to_one_attempted = 0
 
int many_to_one_accepted = 0
 
int pls_coarsening_attempted = 0
 
int pls_coarsening_accepted = 0
 
int cv_evaluations = 0
 
std::uint64_t landmark_rows_hash = 0
 
std::uint64_t initial_labels_hash = 0
 
std::uint64_t fold_assignments_hash = 0
 

Detailed Description

Definition at line 578 of file kodama.hpp.

Member Data Documentation

◆ cv_evaluations

int kodama::CoreRunDiagnostic::cv_evaluations = 0

Definition at line 587 of file kodama.hpp.

◆ cycles_completed

int kodama::CoreRunDiagnostic::cycles_completed = 0

Definition at line 580 of file kodama.hpp.

◆ fold_assignments_hash

std::uint64_t kodama::CoreRunDiagnostic::fold_assignments_hash = 0

Definition at line 590 of file kodama.hpp.

◆ initial_labels_hash

std::uint64_t kodama::CoreRunDiagnostic::initial_labels_hash = 0

Definition at line 589 of file kodama.hpp.

◆ landmark_rows_hash

std::uint64_t kodama::CoreRunDiagnostic::landmark_rows_hash = 0

Definition at line 588 of file kodama.hpp.

◆ many_to_one_accepted

int kodama::CoreRunDiagnostic::many_to_one_accepted = 0

Definition at line 584 of file kodama.hpp.

◆ many_to_one_attempted

int kodama::CoreRunDiagnostic::many_to_one_attempted = 0

Definition at line 583 of file kodama.hpp.

◆ pls_coarsening_accepted

int kodama::CoreRunDiagnostic::pls_coarsening_accepted = 0

Definition at line 586 of file kodama.hpp.

◆ pls_coarsening_attempted

int kodama::CoreRunDiagnostic::pls_coarsening_attempted = 0

Definition at line 585 of file kodama.hpp.

◆ run

int kodama::CoreRunDiagnostic::run = 0

Definition at line 579 of file kodama.hpp.

◆ transition_accepted

int kodama::CoreRunDiagnostic::transition_accepted = 0

Definition at line 582 of file kodama.hpp.

◆ transition_attempted

int kodama::CoreRunDiagnostic::transition_attempted = 0

Definition at line 581 of file kodama.hpp.


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