Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New evaluation and scoring system #287

Open
andrasfuchs opened this issue Mar 22, 2024 · 0 comments
Open

New evaluation and scoring system #287

andrasfuchs opened this issue Mar 22, 2024 · 0 comments

Comments

@andrasfuchs
Copy link
Collaborator

andrasfuchs commented Mar 22, 2024

To make the routing more customizable we should have detailed statistics of the board at each routing stage, after each auto-routing and route optimization pass.

These stats should include:

  • board [size, keepout size, bounding box size]
  • layers [total and signal count]
  • components [count]
  • pads
  • tracks [count, total length, average length]
  • traces [count, total length, average length, preferred directional length, non-preferred directional length]
  • bends [45 degrees, 90 degrees, other]
  • vias [total count, through, blind/buried]
  • clearance violations [total count, average distance from target clearance value]

We could have a fine-funed total cost calculation based on these, and run the optimization based on that.

I think this would allow me to build solutions for scenarios like #260, #278 and #156.

These numbers should also be displayed probably all the time to give the user a good feedback and understanding of the optimization process.

@andrasfuchs andrasfuchs added this to the Future milestone Mar 22, 2024
@andrasfuchs andrasfuchs added this to To do in Freerouting Project Board via automation Mar 22, 2024
@andrasfuchs andrasfuchs modified the milestones: Future, 2.0 Mar 22, 2024
@andrasfuchs andrasfuchs changed the title Calculate total cost at each pass New evaluation and scoring system Apr 12, 2024
@andrasfuchs andrasfuchs modified the milestones: Future, 2.0 Apr 17, 2024
@andrasfuchs andrasfuchs modified the milestones: 2.0, Future May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant