pub fn generate_profile(
info: &HardwareInfo,
cfg: &ProfileGenConfig,
out: &Path,
) -> Result<(HnepProfile, Vec<TournamentResult>)>Expand description
Generate an HNEP by running lab tournaments on info.
pub fn generate_profile(
info: &HardwareInfo,
cfg: &ProfileGenConfig,
out: &Path,
) -> Result<(HnepProfile, Vec<TournamentResult>)>Generate an HNEP by running lab tournaments on info.