Dear Alvin,
Fascinating! Thank you for the report. We've actually had some pretty decent results asking ChatGPT 4 to help us write NESTML models and Python scripts.
Please let us know if you have any further inquiries!
With kind regards,
Charl
On Fri, Jan 26, 2024, at 04:03, Alvin Spivey wrote:
I'm using Google Bard's Gemini to learn NESTML. It's giving me some unexpected results:
import nestml
from nestml.network import Network
from nestml.models import ConeNakaRushton
# Define network with Naka-Rushton cone model for primate 'cone_type' cones
network = Network()
cone_population = network.add_population("cones", ConeNakaRushton(species="human", cone_type=cone_type))
The NESTML network and models packages don't seem to exist. Also, how do I find more information about the network and models packages (or packages in general) for NESTML?
--
Alvin J. Spivey, Ph.D.
(c) 843.267.8055
_______________________________________________