Method¶ class iohblade.method.Method(llm: LLM, budget, name='Method')¶ Bases: ABC abstract to_dict()¶ Returns a dictionary representation of the method including all parameters. Returns:dict: Dictionary representation of the method.