0

I'm developing a symbolic regression script and I currently have a function eval_symb(func, points) where func is a callable function with the number of arguments equal to the number of elements in points (which is a list). Is there a way to turn the list into my arguments of my function. In this code func is a blackbox, so I can't modify it to just accept a list as an argument.

Does anyone know how to basically call func(points[0],...,points[n]) without changing the internals of func?

Nakul Upadhya
  • 426
  • 3
  • 13

0 Answers0