Skip to content

Request to support DynamicModel parameter blocks that have a range less than 32 bits #46

@GoogleCodeExporter

Description

@GoogleCodeExporter
It would be nice if the range of the integers could differ for each 
DynamicModel. For example, this could be important if you only need 2 bits per 
parameter block, leaving 30 bits in the model definition that do nothing (they 
don’t change the shape of the trajectory). This feature could be implemented 
by providing the member functions initialParameterRange () and 
extensionParameterRange(). An implementation that uses 2 bits would return 3, 
and an implementation that uses all 32 bits would return 4294967295. We can 
assume that the lower bound of the range is 0.


Original issue reported on code.google.com by [email protected] on 26 Jan 2011 at 9:33

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions