[rules-users] Drools-Planner consulting on rule-set

2012-10-04 Thread drools
Hi,   in drools planner I have built an application that has a rule-set with 6 hard-constraint rules and 6 soft-constraint rules. I am optimizing this rule-set now and then already for a very long time (around 2 years).   Currently I am having difficulty with solving local optima problem

Re: [rules-users] rules-users Digest, Vol 53, Issue 62

2011-04-18 Thread Drools User
, unless I wanted to spin up several copies of my facts. That would seem inefficient. Date: Mon, 18 Apr 2011 10:05:29 +0200 From: Wolfgang Laun wolfgang.l...@gmail.com Subject: Re: [rules-users] Searching a list - Is Drools the answer? To: Rules Users List rules-users@lists.jboss.org It's

Re: [rules-users] Searching a list - Is Drools the answer?

2011-04-18 Thread Drools User
serially, unless I wanted to spin up several copies of my facts. That would seem inefficient. Date: Mon, 18 Apr 2011 10:05:29 +0200 From: Wolfgang Laun wolfgang.l...@gmail.com Subject: Re: [rules-users] Searching a list - Is Drools the answer? To: Rules Users List rules-users@lists.jboss.org

[rules-users] Searching a list - Is Drools the answer?

2011-04-17 Thread Drools User
I have been using Drools for several years, but just with constraints (rules) on 1 set of objects at a time. Think many rules, few facts in a stateless session. I have been given a new project at the office which requires having about 10-100k facts and few rules. These 10k facts would be basically

Re: [rules-users] R: [planner] taboo list question

2010-02-09 Thread dmzpippo-drools
Hi Geoffrey, I tried to follow your advice, but by debugging I noticed that he still did not consider taboo the right moves. For not implementing the changes to the solver I modified the data object model. But now I have another problem, I do not understand the log.   Normally when I make a

[rules-users] R: [planner] taboo list question

2010-02-05 Thread dmzpippo-drools
Hi Geoffrey, Today I tried to follow the process for selecting a tabu move through propertytabuList. correct me if I misunderstood: Make a moveCreate a collection of objects through the method getTabuProperties()In the class AbstractTabuAccepter I check if at least one of these objects is

[rules-users] Tabo List question

2010-02-04 Thread dmzpippo-drools
Hi all, I have a problem with the list of taboo search. I have a move class with many attributes and I want to consider that a move is taboo by only two or three of its attributes (integer values). For example: I have two lists (each has its own id), the move is to move an object (which has its

[rules-users] completeMoveTabuSize VS partialMoveTabuSize

2010-02-04 Thread dmzpippo-drools
Hi all, What is the difference between completeMoveTabuSize and partialMoveTabuSize? By what method compares the current move with moves in the tabu list? thanks, Marco ___ rules-users mailing list rules-users@lists.jboss.org

[rules-users] [planner] taboo list question

2010-02-04 Thread dmzpippo-drools
Hi Geoffrey, I'm sorry but I have not had time to find a stable solution for diversification, I must conclude my thesis by April and I have not much time. For now I solved by calculating a value of penality in the move. But after graduation I will be happy to try to tackle the problem in a more

[rules-users] Property tabo list

2010-02-03 Thread dmzpippo-drools
Hi all, I have a problem with the list of taboo search. I have a move class with many attributes and I want to consider that a move is taboo by only two or three of its attributes (integer values). For example: I have two lists (each has its own id), the move is to move an object (which has its

[rules-users] drools-solver recover the score of last step

2010-01-22 Thread dmzpippo-drools
Hi all, is possible in a DRL file, useded for droos-solver, recover the score of last step? I need it because with the rule I calculate a function score f(n); to diverrsificate the research if f(n) is bigger then f(n) of last step then add a penality... regards

Re: [rules-users] New type of Score and solving time very hight

2009-12-23 Thread dmzpippo-drools
Hi Geoffrey, 1) Do you have a StartingSolutionInitializer? I don't use StartingSolutionInitializer but I generete a XML file with the initial solution. Is not the best way but it should not affect the running time of the solver 2) Are you using relativeSelection? I'm using relativeSelection

[rules-users] New type of Score and solving time very hight

2009-12-22 Thread dmzpippo-drools
*#Vehicle^2 but with relativeSelection may decrease and I'm using Taboo Search. I wont to ask you if for your experience the drools-solver can solve a problem of this dimension. regards Marco Caminiti ___ rules-users mailing list rules-users

Re: [rules-users] Drools solver info = provide DSL instead of DRL to Drools Solver

2009-11-17 Thread dmzpippo-drools
Hi Geoffrey, I have modified the LocalSearchSolverConfig class to accept the scoreDsl tag. To use this tag need gonfigure the XML solverConfig file adding the path of Drl file and Dsl file associated in two line consecutive in the configuration file. This code is not the best but is a start

Re: [rules-users] Drools solver info = provide DSL instead of DRL to Drools Solver

2009-11-17 Thread dmzpippo-drools
Hi Geoffrey, I have modified the LocalSearchSolverConfig class to accept the scoreDsl tag. To use this tag need gonfigure the XML solverConfig file adding the path of Drl file and Dsl file associated in two line consecutive in the configuration file. This code is not the best but is a start

Re: [rules-users] Type declaration in DSL

2009-08-13 Thread drools
hi all, can any one help me how can convert drl to dsl for drools,let say for the following code what will be the dsl, rule 'Rank accomodation name' salience 90 when $accBase: AccomodationBase() not AccomodationBase( eval( $accBase instanceof AccomodationRank) ) $accRank

[rules-users] how to convert drl to dsl

2009-08-13 Thread drools
hi all, can any one help me how can convert drl to dsl for drools,let say for the following code what will be the dsl, rule 'Rank accomodation name' salience 90 when $accBase: AccomodationBase() not AccomodationBase( eval( $accBase instanceof AccomodationRank) ) $accRank

Re: [rules-users] how to convert drl to dsl

2009-08-13 Thread drools
] = [AccomodationBase][level] and [description] = [AccomodationBase][description] then Update [AccomodationRank] set [score] = [score] + 1 end On Thu, Aug 13, 2009 at 11:09 AM, drools d.devend...@yahoo.com wrote: hi all, can any one help me how can convert drl to dsl for drools,let say

[rules-users] Not able to build documentation from version 5.0 source

2009-05-21 Thread dpointzero-drools
Hi, I am new to Drools and I am not able to build the documentation from the source code. The versions of the various software I am using are as follows: - Drools: 5.0.1.26597.FINAL. - Maven: 2.1.0 - OS: Mac OS X 10.5.7 (on an Intel-Mac) - Java: 1.5.0_16 The error messages I see when

[rules-users] loading rules from database and add conditions dynamically

2008-10-30 Thread drools newbie
Hello, Came across this link http://docs.codehaus.org/display/DROOLS/Loading+and+managing+rules+dynamically+from+a+database when I was looking for how to load rules from database. If I understand correctly, we can't add java conditions dynamically in the database rather use python script if we

[rules-users] Error in setting up Guvnor in tomcat 6

2008-10-28 Thread drools newbie
-in-setting-up-Guvnor-in-tomcat-6-tp20208127p20208127.html Sent from the drools - user mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] calling custom java code from Guvnor editor

2008-10-27 Thread drools newbie
Sent from the drools - user mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] calling custom java code from Guvnor editor

2008-10-27 Thread drools newbie
a preference as to how it would work? On save, call a url with the rule name? What are your needs for this? -Michael Rhoden - Original Message - From: drools newbie [EMAIL PROTECTED] To: rules-users@lists.jboss.org Sent: Monday, October 27, 2008 4:55:00 PM GMT -06:00 US/Canada

Re: [rules-users] Unable to parse rule to show RETE view error

2008-10-16 Thread drools newbie
ok thanks. Is there any temporary fix for now? Mark Proctor wrote: could be a bug, we'll double check this for M3. Mark drools newbie wrote: Hello, I'm having the same problem as given in below link and tried same solution. but no luck. I'm using drools 5.0. MR2 in eclipse 3.4.0

[rules-users] Unable to parse rule to show RETE view error

2008-10-15 Thread drools newbie
Hello, I'm having the same problem as given in below link and tried same solution. but no luck. I'm using drools 5.0. MR2 in eclipse 3.4.0. Please help. http://lists.jboss.org/pipermail/rules-users/2008-June/005974.html Thank You! -- View this message in context: http://www.nabble.com/Unable

RE: [rules-users] newbie - dynamic rules in java and db design

2008-10-09 Thread drools newbie
Hello Vikrant, Sometime ago, you replied to my question as given below. I don't get this statement. For the GUI, you could use XML rather than create your own language and let drools compile things automatically. . can you please elaborate? 4. I think rules can be written in java or drools

[rules-users] any event call while adding/removing rules from Guvnor

2008-10-09 Thread drools newbie
. -- View this message in context: http://www.nabble.com/any-event-call-while-adding-removing-rules-from-Guvnor-tp19911021p19911021.html Sent from the drools - user mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] Writing rules using java from template

2008-10-08 Thread drools newbie
Thanks again Mark. If anyone had done this before, Please share your ideas. If not, drools experts, Please give me some idea how we can do this. Since I'm new to drools, I'm not sure where to start. I have short deadline. Thanks in advance. Mark Proctor wrote: drools newbie wrote: Thanks

Re: [rules-users] Writing rules using java from template

2008-10-07 Thread drools newbie
Hello, Actually I want to do the same way Sandeep has described. 1. Can someone please post some example to generate the drl from template? 2.This thread is more than a 1 1/2 year old. Does drools have in-built template concept now instead of using a template langauge such velocity, freemarker

Re: [rules-users] Writing rules using java from template

2008-10-07 Thread drools newbie
. how can I create rules programmatically and feed into rule engine? Please provide some guidance with examples? Thanks again. Mark Proctor wrote: drools newbie wrote: Hello, Actually I want to do the same way Sandeep has described.. 1. Can someone please post some example to generate

[rules-users] Exception: Conversion to long not supported for type: class org.drools.examples.BilboAndTheDwarfs$DwarfShadowProxy

2008-01-18 Thread gnumpf2006-drools
von anderen Eltern. www.yahoo.de/clever drools-problem.tgz Description: GNU Zip compressed data ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

@Edson: Thanks! (AW: [rules-users] Exception: Conversion to long not supported for type: ...)

2008-01-18 Thread gnumpf2006-drools
Hi Edson, Of course, you are right! Thank you very much for finding my stupid mistake. I just forgot to type .pos I just fixed some other bug and now it is working fine. Best regards, Oliver (aka Hightower, gnumpf2006) Machen Sie Yahoo! zu Ihrer Startseite. Los geht's:

[rules-users] Is Remote Debugging Supported?

2007-10-29 Thread Drools Questions
Hi all, it looks like the only mode supported for rules debugging by the Eclipse plugin is Drools Application. If my understanding is correct, are there any plans to support debugging in situ - i.e. attaching Eclipse to an already running application (server) - like Java debuggers can? Thanks

[rules-users] Drools Puzzle Round 1 Result

2007-08-18 Thread Drools Puzzle
A result report of drools puzzle round 1 can be seen here: http://ningning.org/blog2/?p=120 Updated rules for participation: http://ningning.org/blog2/?page_id=122 Happy Drooling! ___ rules-users mailing list rules-users@lists.jboss.org https

[rules-users] Drools Puzzles round 1 result

2007-08-16 Thread Drools Puzzle
Hi all, many thanks to all the participators in the round 1 and congratulations to the winner Dr. Starke. I'll post a detailed report with current scores of all participators and comments to each solution to Drools wiki tomorrow. Now it's Dr. Starke's turn to post the next puzzle. Happy

[rules-users] application output from rules RHS

2007-03-19 Thread vale . drools
Hi guys, I have to refresh my application's GUI when a rule has been verified at runtime. So I try to invoke the java function that updates the GUI in the RHS part of the rules, but all outputs are given all together at the end of JBoss Rule Engine execution. Can you help me in some way? Thanks