GPTIPS2 Error: Reference to non-existent field 'rangesize'.

Hi,
I'm currently using GPTIPS2 and came across an issue.
When I try to run gp = rungp(@configFile), I get the following error:
Reference to non-existent field 'rangesize'.
Error in treegen (line 45)
rangesize = gp.nodes.const.rangesize;
Error in initbuild (line 66)
temp = treegen(gp);
Error in rungpcode (line 103)
gp = initbuild(gp);
Error in GPrun (line 1)
gp = rungpcode(@configFile);
It seems like 'gp.nodes.const.rangesize' is not defined anywhere within GPTIPS2 documentation/functions.
Anyone know how to solve this? Am I missing something obvious like incorrectly adding the extracted files to the Matlab path?
Thanks!

Answers (0)

Categories

Products

Release

R2017b

Asked:

on 17 Feb 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!