Talk:Range consolidation: Difference between revisions

More info.
(More info.)
Line 8:
 
Clarification ? [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 06:52, 3 February 2019 (UTC)
 
: Hi Hout, I'll comment here and adjust the wording later today when I have more time.
:The ranges are defined by their endpoints and denote ranges of what can be described in int/fp. The ranges are not directional, [1, 2] covers the same range on a number-line as [2, 1].
:Yep, a range with different endpoints represents a large number of individual floats, but is defined by its endpoints.
:To be able to asily compare outputs it seemed that a sorting should be devised so that all outputs would be similar, but, I wanted to impose no such limitation on inputs, so programs may have to pre-condition/normalize inputs depending on their code.
:Pythons pre-normalization is an integral part of its algorithm. (Which I have not yet fully tested}.
 
:My thoughts on automatically testing are to generate random sets of ranges on, say, a grid of x=0.5 then ensure that all points in the range on a grid of x/2. are similarly ex/included by the random input, and consolidated output ranges - or some such.
:--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 10:02, 3 February 2019 (UTC)
Anonymous user