From 3563636ea9215a6473a88a9eebf859134c52b892 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 12 Feb 2020 15:16:33 +0100 Subject: [PATCH] Update config example in contrib/config/luet.yaml --- contrib/config/luet.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/contrib/config/luet.yaml b/contrib/config/luet.yaml index 9738e725..954cbf35 100644 --- a/contrib/config/luet.yaml +++ b/contrib/config/luet.yaml @@ -108,3 +108,21 @@ # basic: "mybasicauth" # Define token authentication header # token: "mytoken" +# --------------------------------------------- +# Solver parameter configuration: +# --------------------------------------------- +# solver: +# +# Solver strategy to solve possible conflicts during depedency +# solving. Defaults to empty (none). Available: qlearning +# type: "" +# +# Solver agent learning rate. 0.1 to 1.0 +# rate: 0.7 +# +# Learning discount factor. +# discount: 1.0 +# +# Number of overall attempts that the solver has available before bailing out. +# max_attempts: 9000 +# \ No newline at end of file