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 Neuron, including all inherited members.
calcHiddenGradients(const Layer &nextLayer) | Neuron | |
calcOutputGradients(double targetVal) | Neuron | |
feedForward(const Layer &prevLayer) | Neuron | |
getOutputVal() const | Neuron | inline |
Neuron(unsigned numOutputs, unsigned myIdx) | Neuron | |
setOutputVal(double val) | Neuron | inline |
updateInputWeights(Layer &prevLayer) | Neuron |