Shikhar1998 / Stock-Market-Prediction-using-Neural-Networks-and-Genetic-Algorithm

Matlab Module for Stock Market Prediction using Simple NN
78 stars 31 forks source link

What should be the fitness function in Optimization toolbox? #9

Closed keyurrohit closed 6 years ago

keyurrohit commented 6 years ago

Also, what is the number of variables?

Shikhar1998 commented 6 years ago

The fitness function should be @abcd while, the number of nodes should be 1. For more details you can refer to the figure here.

keyurrohit commented 6 years ago

Optimization running. Error running optimization. Undefined function 'abcd' for input arguments of type 'double'.

zeus420 commented 6 years ago

Same problem here. It seems the function abcd is missing. Can't go any further...

prateekdaniels commented 6 years ago

@keyurrohit : same here. I got the same error

prateekdaniels commented 6 years ago

@Shikhar1998 : Nice work bro. But what would be the function here ? @abcd ?

Shikhar1998 commented 6 years ago

https://github.com/Shikhar1998/Stock-Market-Prediction-using-Neural-Networks-and-Genetic-Algorithm/issues/11