霁天

Results 12 issues of 霁天

### 📚 Documentation I really appreciate that the method `configure_optimizers` . In your docs for `configure_optimizers`, you mentioned that one can return 6 types of result for this method. But...

docs
needs triage

当我们使用中文写作的时候, 算法环境中,隶属于 `algpseudocode(algorithmicx)` 中的 `Procedure` 和 `Function` 环境都会失效。 这2个环境的用法常见是 ```latex \Procedure{步骤名}{参数} 伪代码行 \EndProcedure \Function{函数名}{参数} 伪代码行 \EndFunction ``` 但是,改模板,这2个命令不能编译,这2个参数都不会显示括号缩进。 此外,`Procedure` 会报错 `LaTeX Error: Something's wrong--perhaps a missing \item.`, 而 `Function` 则不会显示关键词Function。...