Orderbook Simulation
OrderbookSim is a C++ application simulating a financial market order book. It efficiently manages and matches buy and sell orders while calculating the Volume-Weighted Average Price (VWAP).
|
Defines the NeuralNetwork class for managing and running a neural network. More...
Go to the source code of this file.
Classes | |
class | NeuralNetwork |
Manages a neural network's structure, data, and training process. More... | |
Defines the NeuralNetwork class for managing and running a neural network.
This file contains the NeuralNetwork class, which provides methods for loading the network topology, running the network, and retrieving results from the network.