see-insight / see-segment

Simple Evolutionary Exploration - Image Segmentation
MIT License
6 stars 21 forks source link

Systematic Refinement of Parameter Space #12

Closed colbrydi closed 3 years ago

colbrydi commented 4 years ago

We are still using the same parameter space from the research conducted in Summer of 2019. This was always intended to be a temporary naive solution. There was some effort to improve the space Made by Katrina some bugs in other code prevented us from making progress. I would like to modify the parameter space as follows:

  1. When possible normalize the parameters specific ranges so they can generalize.
  2. Reuse as many parameter's as possible to try and reduce the search space.
  3. When possible group parameters across segmentation algorithms that have "similar" functionality.

Once these changes are made we need to compare results from older parameter space to the new one.

colbrydi commented 3 years ago

this is being updated by the grammer branch