Extensions or functions for genetic programing

Hi Dears
I am doing genetic programing in Netlogo whereby behavior rules are evolved based on reference data.

Right now, I have just one problem, that is, is there any function or premitive to calculate precision or some other measure for a multi label class problem.

Also, if there is some extension that may help, please advise

I am already using the String extension

Thanks

1 Like

I don’t think there is one built into NetLogo, but there probably are extensions. Alternatively, if you can find an algorithm for another language, we may be able to translate it into NetLogo.

I agree with John. If you don’t want to implement a precision calculation in NetLogo then I would recommend finding an implementation in python and then using the python extension: NetLogo 6.4.0 User Manual: Py Extension