Tagged Questions
The rules-engines tag has no wiki summary.
10
votes
6answers
915 views
Design pattern for large decision tree based AI in c++
I'm currently writing an AI for a game that is written in c++. The AI is conceptually fairly simple, it just runs through a decision tree and picks appropriate actions. I was previously using prolog ...
8
votes
3answers
877 views
Rules Engine vs Expert System
What is the difference between a rules engine and an expert system?
Example1:
Let's say that I have a program that determines the expiration date of a new driver's license. It takes inputs like visa ...
7
votes
4answers
429 views
.Net rules engines
I am am working on a project that would benefit from a rules engine. I have consided just using the windows workflow engine, but I would like to know what else is out there.
My project has spent ...
7
votes
8answers
1k views
I need a simple rules engine, I think?
I need some advice on the best approach to solving this problem.
I've researched DROOLS, Java Rule Engine and a few others. All of these are powerful, and have good things about them. I don't know ...
7
votes
2answers
458 views
Scoring / rating engines - advice and examples?
I need to create a flexible (and preferably dynamic) scoring engine, much like a credit scoring or premium calculating system. Does anyone with practical experience of creating a scoring engine have ...
5
votes
4answers
646 views
rules engine design & examples in c#
I am currently writing a .net application with c# and want to check a number of rules and based on passing or failing the rules, perform an action. So I am looking to implement a generic solution that ...
4
votes
1answer
190 views
Rules Engine: Case Studies?
Has anyone implemented a rules engine? If so, what vertical was it for (i.e. insurance, financial, etc), what product did you go with (and why), and if you had to do it again, would you go the same ...
4
votes
6answers
402 views
Inference engine to calculate matching set according to internal rules
I have a set of objects with attributes and a bunch of rules that, when applied to the set of objects, provides a subset of those objects. To make this easier to understand I'll provide a concrete ...
3
votes
0answers
58 views
Is there any rules engine implemented on NodeJS / in Javascript?
I need a lightweight rules engine. We have around 50 rules right now, but the rules keep changing frequently.
We could use Drools, but I figure that would be overkill. Are there any lighter, F/OSS ...
3
votes
3answers
680 views
Drools testing with junit
What is the best practice to test drools rules with junit?
Until now we used junit with dbunit to test rules. We had sample data that was put to hsqldb. We had couple of rule packages and by the end ...
3
votes
2answers
162 views
Is Oracle Rules Manager and Expression Filter based on an existing standard?
If not, are there standards in existence for rules engine storage?
or
Is there a C# implementation of the Oracle Rules Engine syntax?
3
votes
4answers
2k views
Design workflows for WF4 in Silverlight
Our system is based on flows and activities and we want to give the analysts users the opportunity to create dynamics flows (at runtime).
The designer UI based on SL 4.0 .
It looks like ...
3
votes
3answers
388 views
What is an appropriate data structure and database schema to store logic rules?
Preface: I don't have experience with rules engines, building rules, modeling rules, implementing data structures for rules, or whatnot. Therefore, I don't know what I'm doing or if what I attempted ...
3
votes
4answers
3k views
Using the WF rules engine without workflow in production - implementation experiences
I'm designing an application for a type of case management system that has a big requirement for customizable, flexible business rules. I'm planning on using the WF Rules Engine without workflow (see: ...
2
votes
3answers
159 views
Specifying and Executing Rules in Ruby
I am looking for a Ruby/Rails tool that will help me accomplish the following:
I would like to store the following string, and ones similar to it, in my database. When an object is created, updated, ...
2
votes
1answer
62 views
Buisness Rules Engine expected performance
How rule engines are evaluated? What do you test to see if it performs ok or not? Milliseconds per single rule execution? Complexity of a rule? If it's "time per rule", what time is considered to be ...
2
votes
1answer
85 views
Experience with rules engines
We are considering adding a Rules Engine to our architecture.
From some reference we hear positive stories.
From others we hear that it is more work than it is worth, and that some companies have ...
2
votes
1answer
195 views
Libraries/Algorithms for complex if/else problems in C#
I've got the task, that i have to implement something. like a questionnaire engine, where each answer to a single question can end up in a completely different result.
So, if we have 10 question with ...
2
votes
3answers
1k views
A simple design pattern to develop a small Rule-Engine
I have a requirement which take lots of rules validated against the java value objects and produces results. (we cant use any rule engine apps in our company, lots of formalities and lots of questions ...
2
votes
1answer
1k views
Dynamic business rules engine for ruby on rails
I have an application which will require a "dynamic business rules" engine. Some of the business rules changes very frequently. Some of then applies for a limited set of business accounts. For ...
2
votes
3answers
509 views
Prolog web programming
at work there was discussion of using prolog as the backend for a rules engine on an web-app. how would this get tied into existing systems? are there available prolog libraries for other languages ...
1
vote
1answer
41 views
BizTalk rules engine not firing actions despite conditions being met
I have an orchestration in BizTalk that has a CallRules shape in it. The orchestration was not behaving as expected, and I narrowed the issue down to the Business Rules Engine (BRE).
I used the Test ...
1
vote
2answers
160 views
Creating database independent rules within a C# application - rules engine?
I am writing an application using NHibernate and one of the requirements is to create rules for the system that will effectively generate SQL queries to filter data. These rules are application user ...
1
vote
2answers
88 views
Using rules engines
This is more of a generic question. But I am trying to understand a concept of using a tool and why one would need this tool. I keep going round and round.
q)Why do we need rule engines?
I have ...
1
vote
3answers
312 views
Has anyone done a Javascript front end to a commercial rules engine?
If so, did you use a JS templating framework (like Moustache or Jade) and CSS preprocessor (like LESS or Stylus) or let the BRE handle it all?
1
vote
1answer
200 views
Scalable Rules Engine
What's the most scalable rules engine that's open source and implements the RETE algorithm? I'm looking for something that could be run on an RDMS and handle millions of rules, queried from several ...
1
vote
0answers
167 views
Drools retraction is causing rule not to fire
I'm coming across some weird behavior in Drools 4.0.7, but maybe it's just cause I don't understand I how Drools works. Assume, there's a class "A" that has a property called "property".
As facts, I ...
1
vote
1answer
556 views
A good rules engine for asp.net-mvc applications
I looking for a good Rules Engine to work with in my asp.net-mvc applications.
What good options do I have?
1
vote
2answers
1k views
Rules Engines User Interface Design
At work, we have optimization engines, and one of the inputs used by these engines are business rules, which we create and edit with a proprietary rule editor.
These rules are of our own proprietary ...
1
vote
2answers
111 views
Users need to create dynamic rules that apply to other users access to the group
Okay so here is "in a nutshell" what I'm trying to accomplish...
Users of my application can go and create a new group. They can specify criteria about other users which they will allow/deny to ...
0
votes
1answer
9 views
Can I develop Drools Rules Engine on IBM Rational Software Architect?
I'm using IBM Rational Software Architect and I want to develop with the Drools Expert Rules Engine (http://www.jboss.org/drools). Since the IBM Rational developer suite is based off Eclipse, I am ...
0
votes
1answer
49 views
Is there a rules based IMAP email processing engine?
In the past, I have written a script using the Python IMAP library to move certain emails in my Gmail Inbox that matched a certain pattern into the SPAM folder.
I would like to set up more rules ...
0
votes
1answer
30 views
Conceptual / Rule Implementation / String Manipulation
So I'm working on a software in VB.Net where I need to scrape information and process it according to rules. For example, simple string replace rules like making "Det" into "Detached" for a specific ...
0
votes
0answers
33 views
Can a ruleset be called from rule Action in WF
We are using WF ExternalRulesetTool. As per our requirement we are supposed to call one rule from a ruleset to another rule belongs to another ruleset. Depending on the condition applied in a rule, ...
0
votes
1answer
74 views
Editing RuleSets with RuleSetDialog
RuleSet class has Name and Description properties. Rule class has Name and Description properties.
As far as I can see, using RuleSetDialog form for runtime creation of RuleSets only exposes ...
0
votes
1answer
64 views
Rule based algorithms
What algorithms can be used to evaluate rules and facts in rule based systems?
Currently I found Rete, Treat, Rete* and brute force (try each fact in each rule). What other algorithms exist (I would ...
0
votes
1answer
115 views
Is Rules Engine a right choice for implementing fraud rules?
I'm building an enterprise application which has fraud rules. The rules will be based on a matrix, for example, how many times a user used this service in a month, is the total transaction amount ...
0
votes
2answers
322 views
ReSharper and Ruleset files
I created a project and added a ruleset file. I then broke the rule on purpose to ensure that it was working, but it wasn't.
Here is the rule I enabled.
CA2211 - Microsoft.Usage -
"Non-Constant ...
0
votes
0answers
154 views
Rules set in Drools not working if the value for rule is having a space.Is it possible to accommodate space in rules?
Rules set in Drools Guvnor not working if the value for rule is having a space.Is it possible to accommodate space in rules?
For eg: if a rule is set with keyword = Test Plan then even if i pass the ...
0
votes
2answers
280 views
Alternatives to rules engine for centralizing and maintaining rules
I'm trying to find an appropriate solution/framework to centralize and maintain rules. The number of rules is huge and they change frequently. I've gone through rules engines like Drools but find them ...
0
votes
1answer
75 views
0
votes
1answer
577 views
Check all elements of a list (Drools Expert)
I'm trying to write rules in Drools Expert. In the when part of the rule, I check some properties of an Application object. This object contains a List and I would like to check if a bunch of rules ...
0
votes
2answers
165 views
Configuration Rule Engine - Alternatives?
I've been developing a piece of software that takes rules of the form 'A Disallows B' or 'X Requires Y' to make an application that will allow you to configure a complex item.
To describe it more ...
0
votes
2answers
590 views
Drools - Doing Complex Stuff inside a Rule Condition or Consequence
In my company we are planning to use Drools a BRE for couple of projects. Now we trying to define some best-practices.
My question is what should be and shouldn't be done inside a Rule ...
0
votes
3answers
522 views
rules engine for C++ code
I am looking for a Jess-like engine ( http://www.jessrules.com/jess/index.shtml ) but in unmanaged environment. I want something simple enough but possibly compliant with JSR-94. Any ideas?
0
votes
2answers
216 views
Is there a way to use lambda expressions in a RuleSetDialog to define a condition?
I'm using the rules engine from WF in an application and some of the conditions involve searching a collection for a condition. It would be ideal to do something like:
this.CollectionObject.Select(x ...
0
votes
2answers
2k views
Evaluation of Drools Flow with Drools Expert on a web based J2ee project
I am evaluating drools flow as wrokflow engine with drools expert rule. Key evaluation points:
Generating Customize Rules and Workflow through own custom Web UI
Admin user can see all of the ...
-1
votes
1answer
68 views
What are the top five challenges when implementing an Enterprise level Rule Engine? [closed]
I have compiled the list as per my knowledge but would like to enrich & prioritize it using this community inputs. I understand having a centralized rule repository itself is debatable but we can ...