Is there a way (using just the R programming language) to implement an ANN algorithm with using a custom learning function (instead of backpropagation)? All of the R packages I have tested (nnet, neuralnet, AMORE) seem to have options for learning functions to train the weights, but none of them seem to include the optionality to plug in a custom function (say, hill climbing as an example).
I'd prefer to use R over another language, so if anybody knows of any package that can help, let me know.
Thanks!