ComplexityFunction

ComplexityFunction

Simplifyおよびその他の関数のオプションとして使われ,式の複雑さを定量化するための関数を与える.

詳細

  • デフォルト設定のComplexityFunction->Automaticのとき,式の構成形は,桁数の多い整数はより複雑であるとされるような補正を加えて,LeafCountの値によってランク付けされる.
  • Simplifyによって生成される中間式にランク付け関数 f を適用するには,Simplify[expr,ComplexityFunction->f]を使う.式 expr の各中間式に f が適用され,最小の数値を出す式を最も単純なものとして扱う.

例題

すべて開くすべて閉じる

  (2)

デフォルトでComplexityFunctionは部分式と整数の桁数を数える:

LeafCountは部分式の数だけを数える:

デフォルトで,次の式は簡約されない:

複雑さの関数は他の関数よりもChebyshevTをより高価にする:

スコープ  (1)

デフォルトのComplexityFunctionでは,Abs[x]-xFullFormよりも簡単である:

複雑さの関数は式のInputForm中の文字数を数える:

次では-x の方がAbs[x]よりも簡単になっている:

特性と関係  (1)

自動的な複雑さの関数:

Wolfram Research (1996), ComplexityFunction, Wolfram言語関数, https://reference.wolfram.com/language/ref/ComplexityFunction.html.

テキスト

Wolfram Research (1996), ComplexityFunction, Wolfram言語関数, https://reference.wolfram.com/language/ref/ComplexityFunction.html.

CMS

Wolfram Language. 1996. "ComplexityFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ComplexityFunction.html.

APA

Wolfram Language. (1996). ComplexityFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ComplexityFunction.html

BibTeX

@misc{reference.wolfram_2024_complexityfunction, author="Wolfram Research", title="{ComplexityFunction}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/ComplexityFunction.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_complexityfunction, organization={Wolfram Research}, title={ComplexityFunction}, year={1996}, url={https://reference.wolfram.com/language/ref/ComplexityFunction.html}, note=[Accessed: 18-November-2024 ]}