SimPHash/Src/Test/config.yaml

40 lines
720 B
YAML
Raw Permalink Normal View History

2026-06-28 10:43:20 -05:00
# Config incial
max_attepms: 15000000
namespace: TSN
2026-06-28 19:22:20 -05:00
file_name_out: C:\Users\USER\AppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\Shared Projects\SimPHash\Src\Test\Out.mqh
2026-06-28 10:43:20 -05:00
table_prefix: g_table_test
copyright: Copyright 2026, Niquel Mendoza
link: https://www.mql5.com/
func_name: HashCustom
invalid_value: -1
# Random
random:
type: PHASH_RANDOM_MATH_XOSHIRO256
config:
seed: 0x145615123
# Hash
hash:
type: TSN_PHASH_TYPE_FNV1A_64
config:
basis: def
prime: def
2026-06-28 16:04:15 -05:00
2026-06-28 10:43:20 -05:00
# Final hash
2026-06-28 19:22:20 -05:00
final_hash: HASH_UL1_MUR_MUR
2026-06-28 10:43:20 -05:00
# Algoritm
perfect_hash:
2026-06-28 19:22:20 -05:00
elements_por_bucket: 3
2026-06-28 10:43:20 -05:00
load_factor: 0.81
# Main
map_use_value: true
map: {
UNO: 1,
DOS: 2,
TRES: 3,
CUATRO: 4,
CINCO: 5
}