twitter: @bhrnjica
bhrnjica@hotmail.com
http://bhrnjica.net
BIO
Bahrudin Hrnjica holds a PhD degree in Technical Science/ Engineering from University in Bihać. Currently he is Assistant Professor at the University.
Beside teaching, he is in software industry for many (15+) years, focusing on Microsoft development technologies e.g. .NET, .NET Core and Visual Studio developing Mobile/Desktop/Web/Cloud solutions. Check his company blog page.
He is author of the open source projects:
– GPdotNET – genetic programming tool for developing prediction models using GP.
- ANNdotNET – deep learning tool on NET platform.
Check his open source projects at GitHub.
He is book writer (check his latest book about ML and GP), speaker at domestic and regional Microsoft and User group meetings and conferences. Microsoft recognized him as an MVP in Development Technologies first time in 2011.
Hi,
It is really helpful tool ! Please, how can I add new fitness function to be applied by this tool.
Thanks in advance.
Regards,
Wiss
Hi Wiss,
thanks for using GPdotNET.
In fact implementation of new type of fitness is very easy. Just derive new Fitness class from IFitnessFunction interface. Implement Evaluate method.
But this is not enough. You have to integrate it in to GPdotNET GUI Tool. This is little complicated.
If you like I can integrate the fitness in to GUI Tool, you need just to implement the fitness as I have descried above.
Hi,
I am sincerely thankful for your help.
The problem is, I have tried to implement my fitness function which are [ ( Absolute error) and ( sum square error)], but unfortunately I couldn’t because it is new for me. I do appreciate if you can help me with this issue.
Thanks in advance for your help.
Regards,
Wiss
Please send me email and describe the fitness you want to implement.
Thanks you for sharing this great great work.
Hello, How can you optimize two trees in GPdotNET