Skip to content
Discussion options

You must be logged in to vote

CPS is a dynamic metric computed based on user-defined weights so it has to be computed on-device of visitors to the website. for that reason, it's currently only implemented in TypeScript:

// Normalization reference points:
// - F1 score for discovery already in [0,1] range, higher is better
// - RMSD Root mean square displacement in range 0 (perfect) to RMSD_BASELINE, lower is better
// - κ_SRME symmetric relative mean error for lattice thermal conductivity,
// range [0,2] linearly mapped to [1,0], lower is better
export function calculate_cps(
f1: number | undefined,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by janosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants