Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
buensons committed Nov 16, 2020
1 parent a0e7d01 commit 28c7b7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ int main(int argc, char ** argv) {

TimeSeriesPredictor predictor(timeSeries, nodes, populationSize, windowSize);
std::vector<float> weights = predictor.train();

// TODO: save the weights
// TODO: add predict() method and use test data

return 0;
}

Expand Down

0 comments on commit 28c7b7f

Please sign in to comment.