请问有谁知道matlab中fminimax函数是什么意思吗?

2024-12-02 06:53:28
推荐回答(1个)
回答(1):

最大最小值法。可以在命令行输入doc fminimax查看自带帮助:
fminimax finds a minimax solution of a function of several variables.
fminimax attempts to solve the following problem:
min (max {FUN(X} ) where FUN and X can be vectors or matrices.
就是在给定条件下优化给定f(x)的最大值,以使其最小。