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).
|
This is the complete list of members for NeuralNetwork, including all inherited members.
loadTogology(const std::vector< unsigned > &topology) | NeuralNetwork | |
NeuralNetwork()=default | NeuralNetwork | |
Run(std::vector< double > &inputVals, std::vector< double > &targetVals, std::vector< double > &resultVals) | NeuralNetwork | |
RunWithReturn(std::vector< double > &inputVals, std::vector< double > &targetVals, std::vector< double > &resultVals) | NeuralNetwork |