Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2236, comment 6


Ignore:
Timestamp:
09/29/14 15:11:41 (10 years ago)
Author:
bburlacu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2236, comment 6

    initial v1  
    1 The `GenerateLogarithmicSteps` works like that because it was inspired from the `gridsearch.py` script from LibSVM also uses ranges on the log2 scale that are specified using the second variant:
     1The `GenerateLogarithmicSteps` works like that because it was inspired from the `gridsearch.py` script from LibSVM which also uses ranges (on the log2 scale) that are specified using the second variant:
    22`Log2Steps(1,8,1)` would produce the sequence `(2, 4, 8, 16, 32, 64, 128, 256)`.
    33