wpeterman / ResistanceGA

Optimize resistance surfaces using Genetic Algorithms
36 stars 15 forks source link

Categorical surface #27

Closed willright28 closed 2 years ago

willright28 commented 2 years ago

Hi @wpeterman ,

I wanna know if there is a way to set the input layer as a categorical surface if it had more than 15 unique values.

Thanks!

wpeterman commented 2 years ago

The latest version on GitHub (4.2-6) now has a cat.levels option in GA.prep. This defaults to 15, but will allow you to increase as desired.