in 1_synthetic-qa-generation/reasoningplaning/evolve.py [0:0]
def __init__(
self,
llm_pipeline: pipeline = None,
seed_data: List[str] = None,
column_names: List[str] = ["instruction"],
num_rows: int = 10,
min_len_chars: int = 512,
max_len_chars: int = 1024,
verbose: bool = False,
language: str = "Chinese",
expCnst=0.125,
alpha=0.5,
beta=0.9,
maxSolutionLen=512,
numBranches=4,
maxSrch=4,
maxBranches=40,
saveAsTree=True,