Skip to content

optimtool-2.5.0-pre

Compare
Choose a tag to compare
@linjing-lab linjing-lab released this 03 Oct 18:38
· 88 commits to master since this release

New Traits:

  • more robust detection for illegal input, support FuncArray, ArgArray, PointArray with optimtool._typing.py.
  • add base.py to make numpy, sympy, matplotlib.pyplot as the topest level of optimtool to convenient operations.
  • support any method of optimtool to print the details about point, f, k with verbose defaulted with bool False.
  • optimize the __doc__ of each method into en, write more logical context for users to execute experiments.
  • retest algorithms with configured parameters to prepare for the next version about hybrid and existed files.

Import:

import optimtool as oo
from optimtool.base import np, sp, plt
# see optimtool/base.py

see tests and examples for more compatible use, users can expand hybrid methods according to _proxim.py and need.