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).
|
Implements the TrainingData class, which handles reading and parsing training data for neural network training. More...
Implements the TrainingData class, which handles reading and parsing training data for neural network training.
This file contains methods to extract network topology, input values, and target output values from a training data file.