master > master: code py - config optionen für richtungsprios
This commit is contained in:
@@ -57,12 +57,27 @@ components:
|
||||
hirschberg:
|
||||
type: object
|
||||
properties:
|
||||
penality-missmatch:
|
||||
penality-mismatch:
|
||||
type: number
|
||||
default: 1
|
||||
penality-gap:
|
||||
type: number
|
||||
default: 1
|
||||
move-priorities:
|
||||
type: object
|
||||
properties:
|
||||
diagonal:
|
||||
type: integer
|
||||
minimum: 0
|
||||
default: 0
|
||||
horizontal:
|
||||
type: integer
|
||||
minimum: 0
|
||||
default: 1
|
||||
vertical:
|
||||
type: integer
|
||||
minimum: 0
|
||||
default: 2
|
||||
verbose:
|
||||
type: array
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user