| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move interval quality check into refine() | Christoph Groth | 2018-02-23 | 1 | -13/+18 |
| | | |||||
| * | get rid of nr_points | Christoph Groth | 2018-02-23 | 1 | -7/+3 |
| | | |||||
| * | use insort instead of sort | Christoph Groth | 2018-02-23 | 1 | -2/+8 |
| | | |||||
| * | sort ivals instead of using i_max | Christoph Groth | 2018-02-23 | 1 | -23/+17 |
| | | |||||
| * | no longer delete any intervals | Christoph Groth | 2018-02-23 | 1 | -17/+4 |
| | | | | | | | | | | | The maximum number of intervals is no longer limited. Arbitrarily deleting intervals introduced arbitrary inaccuracies and there's really no point. In typical cases the max_ivals=200 was not reached anyway and in pathological cases killing intervals is not a useful thing to do. When intervals become too narrow for further refinement they are no longer deleted but end up in self.attic. | ||||
| * | initial commit | Christoph Groth | 2018-02-23 | 1 | -0/+240 |
