Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C creativity
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • eris
  • creativity
  • Issues
  • #9
Closed
Open
Created Sep 29, 2015 by Jason Rhinelander@jagermanOwner

Book size penalty and book distance penalty configuration

Right now the penalty polynomials for distance and book set size are hard-coded in creativity/Reader.hpp, but they really should be configuration options.

Perhaps:

--utility-distance-penalty 1,2,3

(for 1+2d+3d^2 )

--utility-size-penalty 4,5,6,7

(for 4 + 5s + 6s^2 + 7s^3 )

Assignee
Assign to
Time tracking