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