> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chipforge.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The Chipforge Platform evaluates hardware designs using a comprehensive, weighted scoring function. The scoring methodology is **dynamic**, with both the weight distribution for the primary metrics and a minimum functionality threshold defined by the Chip Design Team in a challenge-specific `weights.json` configuration file. This allows the platform to emphasize specific design qualities, such as performance or silicon efficiency, based on the requirements of the current challenge.

<Columns cols={2}>
  <Card title="Score Normalization" icon="computer" href="/whitepaper/methodology/normal">
    All individual metric scores and the final Overall Score...
  </Card>

  <Card title="Dynamic Scoring Formula" icon="solar-system" href="/whitepaper/methodology/dynamic">
    The individual weights of Dynamic Scoring Formula
  </Card>

  <Card title="Detailed Metric Evaluation" icon="database" href="/whitepaper/methodology/detailed">
    Detailed Metric Evaluation
  </Card>
</Columns>
