View on GitHub

Unit Neurons Documentation

Feedback Query Manager

Stores queries of feedback(float* fb_input) necessary for training the neural network in question.

FeedbackQuery

A Feedback Query, is composed of the following:

Structure and Functionalities

A Feedback Query Manager instance includes the following:

Public Methods

Private Variables

(Skip this section if you just want to use this preexisting class without custom modifications)

Code

The class is defined in the feedback_query/fb_query_manager.hpp and feedback_query/fb_query_manager.cppfile.

Additionally, an option for executing queries asynchronously via multithreading is available. If you wish to execute using multithreading, change the value of ASYNC macro defined in the cpp file from 0 to 1.