update
This commit is contained in:
@@ -124,12 +124,12 @@ function decisionMaker(a::T1, state::T2)::Dict{Symbol, Any} where {T1<:agent, T2
|
|||||||
You are also keen to improve your recommendation with lesson(s).
|
You are also keen to improve your recommendation with lesson(s).
|
||||||
|
|
||||||
You must follow the following criteria:
|
You must follow the following criteria:
|
||||||
1) Get to know what occasion the user is buying wine for
|
1) Get to know how much the user willing to spend
|
||||||
2) Get to know what food the user will have with wine
|
2) Get to know type of wine the user is looking for e.g. red, white, sparkling, rose, dessert, fortified
|
||||||
3) Get to know how much the user willing to spend
|
3) Get to know what occasion the user is buying wine for
|
||||||
4) Get to know type of wine the user is looking for e.g. red, white, sparkling, rose, dessert, fortified
|
4) Get to know what characteristics of wine the user is looking for
|
||||||
5) Get to know what characteristics of wine the user is looking for
|
|
||||||
e.g. tannin, sweetness, intensity, acidity
|
e.g. tannin, sweetness, intensity, acidity
|
||||||
|
5) Get to know what food the user will have with wine
|
||||||
6) Check your inventory for the best wine that match the user preference
|
6) Check your inventory for the best wine that match the user preference
|
||||||
7) Recommend wine to the user
|
7) Recommend wine to the user
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user