neurosnap.algos.evoef2_lib.weights module# Weight files from EvoEF2 neurosnap.algos.evoef2_lib.weights.get_weights(weight_dict=None)[source]# Get the vectorized EvoEF2 term weights from the reference dictionary file. Parameters: weight_dict (Optional[Dict[str, float]]) – Weights dictionary to use. Return type: List[float] Returns: Weight list indexed by EvoEF2 term index.