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).
Net Member List

This is the complete list of members for Net, including all inherited members.

backProp(const std::vector< double > &targetVals)Net
feedForward(const std::vector< double > &inputVals)Net
getRecentAverageError() constNetinline
getResults(std::vector< double > &resultVals) constNet
loadTopology(const std::vector< unsigned > topology)Net
Net()Net
Net(const std::vector< unsigned > topology)Net