Unfortunately Grasshopper does not work with parameter script. So any predefined parameters that you might set, all commands like VALUE and PARAMETERS not going to work in Grasshopper.
To solve this problem, you need to build your GDL code differently. Most of calculations, that might be in parameter script, must be written in master script.
Probably you need to duplicate some of your parameters definitions in Grasshopper algorithm.