Does somebody here happen to know if Colibri has a limit as for the number of variables OR the length of variable names?
In one case, I observed that after connecting the 11th variable, it does not write the iterations anymore. Then I shortened the names of the variables, and it worked again.
Yes, you are correct, Colibri limits the number (10) of variables per input. This prevent some user to input hundreds of variables all at once without naming them. For the good practice, it is suggested to break down a list of variables to items, and name each of them individually, so that you won’t forget what each of them means. Here is an example:
Colibri is not build to do this task. I limited 10 values per list is because this csv is meant to be used for DesignExplorer. Meanwhile, I am not sure if csv format is the right one for handling this dataset with 3000+ columns… for you purpose, I would suggest you to look at some sort of database technology.