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 Net, including all inherited members.
backProp(const std::vector< double > &targetVals) | Net | |
feedForward(const std::vector< double > &inputVals) | Net | |
getRecentAverageError() const | Net | inline |
getResults(std::vector< double > &resultVals) const | Net | |
loadTopology(const std::vector< unsigned > topology) | Net | |
Net() | Net | |
Net(const std::vector< unsigned > topology) | Net |