RockyML
0.0.1
A High-Performance Scientific Computing Framework
|
utilities for plotting loss function or optimization stage More...
#include <dena.h>
Static Public Member Functions | |
static flow | heatmap (std::string label, int width, int height) |
plotting a heatmap of loss function More... | |
static flow | heatmap (std::string label, int width) |
static flow | heatmap (std::string label) |
static flow | heatmap () |
static flow | container (std::string id, container_analysis_handler &handler) |
record the position of particles at each step More... | |
utilities for plotting loss function or optimization stage
|
inlinestatic |
record the position of particles at each step
id | target container |
handler | output handler |
|
inlinestatic |
plotting a heatmap of loss function
label | a string which will be included in the name of output file |
width | width of the heatmap in pixels |
height | height of the heatmap in pixels |