A branch of artificial intelligence concerned with generating multi-part solutions to problems. Examples include game-playing AI, industrial automation, turn-by-turn directions

learn more… | top users | synonyms

0
votes
1answer
37 views

Prolog planner only generates one plan

I have a prolog planner which works correctly with one major problem of only generating one plan at the time. The plan is correct but for my application I really need to have all the possible plans. ...
-5
votes
1answer
44 views

Planning and designing software [closed]

I would like someone to advise me on the process and steps required to plan and design software. That is the steps needed for all the planning/designing software before the programming stage. I wish ...
1
vote
1answer
53 views

Meaningful plans in software development

I don't know this is right place to ask this question. How to make meaningful plans at time of development? How I will guide my team for meaningful plan? I give them chance to make them daily plan ...
-4
votes
1answer
56 views

How to plan Programming? Which things are most important? [closed]

I'm 15 years old and I live in Sweden.I've just started program a bit in C and I like it very much. I've learned stuff such as arrays,pointers,a lot of loops,nested,index,and learned a bit about the ...
4
votes
2answers
71 views

Algorithm for high level planning in artificial intelligence

I am currently working on an artificial intelligence project in which an agents needs to push and pull boxes from their original position to a certain goal position. The project will then be expanded ...
1
vote
2answers
98 views

Vaadin resource planner

We have just begun to develop in Vaadin and is about to start our first project. The project aims to create an interactive planning board with resources on the horizontal axis and dates on the ...
4
votes
1answer
149 views

MySQL: Transport planner with repeating tasks

I'm working on a transport planner. My MySQL(i)/PHP knowledge is (very) basic. I want to display a HTML table with all tasks of a certain day. But the problem is that some tasks need to be repeated ...
0
votes
0answers
81 views

how to add % symbol in data form column in hyperion Planning

I have created data-form in the planning. Now, I need to add % symbol to one column.whenever I add the data to that column the % symbol need to come automatically. I also tried to change the Plan Type ...
3
votes
2answers
142 views

User Stories before or during Iteration Planning

We are just beginning to move from Waterfall to Agile. One of the few complaints about our new process is that our iteration planning meetings are taking too long, mostly because we are writing our ...
-1
votes
1answer
75 views

I need tips for projecting a python server without blocking GUI [closed]

In general, I need some learning material about how to program softwares composed of various parts: how to put everything together and working great while keeping it encapsulated. My specific case ...
0
votes
0answers
94 views

Drools, Nurse rostering

Some days ago I started to use Drools Planner. Now I'm playing with the nurse rostering example. I'm asking myself if it's possible find somewhere a guide or an api related to this complex example. I ...
2
votes
1answer
199 views

how to return only work time from reservations in PostgreSql

Select from great answer in How to find first free time in reservations table in PostgreSql create table reservation (during tsrange, EXCLUDE USING gist (during WITH &&) ); is used to ...
-1
votes
2answers
60 views

Expanding small Battle Simulator over multiple classes [closed]

I am new to JAVA and have been working with it for about half a year. I have been creating a battle simulator. I need advice on how to lay out new features. So far, it lets you battle a single enemy ...
0
votes
1answer
44 views

how to reserve time for char(10) type objects

Postgresql 9.2 reservation table contains object2 column whose type is char(10). The following code is used to create non-overlapped reservations table: CREATE TABLE reservat ( id serial primary ...
1
vote
0answers
74 views

Comparing plans

I have a project that is intended to check the correctness of the student program. I currently use an approach like this: I specify a goal that the student program must achieve I change the student ...
1
vote
1answer
52 views

Change an attribute for a tree of items in Rational Team Concert

We use RTC for planning. We create Epics, Stories as their children, Tasks as Story children etc. Often, we need to change something for the whole story and its sub-tasks, e.g. the Iteration planned. ...
0
votes
0answers
146 views

Resource Planning tool [closed]

I am a production manager in a company of about 70 people. I need to check that all the teams are fully staffed, I need to know when a person is going to be without work to allocate him/her in another ...
1
vote
2answers
248 views

How to write kind of Conditional Planning in Prolog?

I tried to write a prolog code that can understand student program written in C#. Now I'm stuck in the process of recognizing the 'if' statement in student's program. For example: The following is the ...
3
votes
1answer
185 views

C# and SWI-Prolog - Turn a List of characters into a List of facts

So, I am developing a game with Unity3D, and I'm using Prolog for IA planning. My problem is very similar to the monkey and banana problem, but I'm having problems on asserting a new initial state. ...
4
votes
2answers
1k views

TFS2012 sprint planning: Can I modify the “Backlog Query”?

We have upgraded our Team Foundation Server 2010 to Team Foundation Server 2012 and are now using the great TFS2012 web access to handle our product backlog, our sprints and our scrum board. And it ...
0
votes
2answers
223 views

What is the purpose of MaxL in Hyperion?

I am new to Essbase. Here I am creating an Application by using Essbase Administration Services (EAS), Planning and Workspace. If I am able to create and manage an application using the above ...
0
votes
0answers
82 views

Users are unavailable in dataform for hyperion planning

I m new in Hyperion, doing dataform access provisions. I have created dataform and also users. The user can see all the data-form in an application. I have to authenticate the access of data-form for ...
0
votes
0answers
169 views

How to create multicurrency application in Hyperion Plannning

I am new in Hyperion Planning going through some assinments. I have created data-form and also add data into database through the data-Form. Now I have to develope a dataform using that I will enter ...
0
votes
0answers
172 views

How to arrive at CPU recommendation based on concurrent users requirement

As part of capacity planning exercise for an enterprise java web application to suggest CPU types, the starting point is concurrent system users (usually business provides this number). For that I ...
0
votes
1answer
550 views

How to attached calculation script to data-form in hyperion planning

I am new in Hyperion going through small assignments. I have created the data form in Hyperion planning it's working fine. Now I have to attached calc script(calculation script) to my data form. Is it ...
3
votes
0answers
371 views

What free / open-source room planning tools are available? [closed]

I'm working on a project for a leasing company and they want to show a few floor plan layouts with pieces of furniture that people visiting their website can move around. I found Charlie's Room ...
2
votes
2answers
478 views

What is the difference between search and planning

In artificial intelligence, I am now reading about planning. But as a naive to AI, I couldn't get the point they are insisting on the 'difference between planning and search'. I have procedural ...
0
votes
1answer
41 views

What books/references are recommended on the subject of planning and developing efficient web sites [closed]

Once I visited a site containing videos; a well-known web developer creating a site from scratch via planning(paper, software), management, designing then development. I bookmarked the site but unable ...
0
votes
3answers
257 views

Python 'theory' - constructing a multifunction program - how to plan a basic flow

I've written a few little things in python, and I am ramping up to build something a little more challenging. The last project I made basically ingested some text files, did some regex over each ...
1
vote
1answer
136 views

Intelligent Task Scheduler

Is anyone aware of a tool for creating optimal schedules for tasks? I have numerous servers, running multiple databases, with various scripts that import and transform data to and from each database. ...
2
votes
0answers
265 views

Obtaining and Parsing Map Street Data in Python

How would you obtain a graph describing street interconnections and estimated driving times, and parse it using Python? As an exercise, I'm trying to implement a basic A* planner to plot a route for ...
0
votes
2answers
124 views

Website Planning Mock Up

I'm a beginner planning to develop a website on my own, and have all the ideas, details, and how each page interconnect with each other in my head. Now, I do not want to spend too much time on writing ...
5
votes
1answer
638 views

Logic programming in C

I am trying to implement some AI planning algorithms in C, but got stuck with the basic concept :) Before jumping to the main problem, I tried implementing some small framework that would support ...
1
vote
0answers
84 views

Is YAGNI always valid? [closed]

I recently read about the You Ain't Gonna Need It principle, and it seems pretty logical to me. Now that I think about it, I remember lots of occasions where applying it could have saved me some ...
1
vote
5answers
371 views

Project plan UI design tool

I want some tool where I could scetch the menus and visualize what my app should look like. What tools do you use for the purpose? Something simple and yet flexible and able to reproduce more ...
0
votes
0answers
307 views

Database and logic planning software - linux

I am currently in the process of developing a few web apps that I have been thinking about for a long while. After completing a series of wireframes I feel that my database design and logic planning ...
1
vote
0answers
65 views

Tool(s) for planning projects/functions?

Does anyone know of any good programs for planning out functions and programs? I have a small sized project I need to work through in the next few days, I can't help but feel that planning everything ...
0
votes
3answers
56 views

Need advice on designing a system

I'm trying to design a page to make it work the fastest while also trying to avoid duplication. Basically, I'm going to load 3 sets of a user's contacts. Business contacts, personal contacts, and ...
1
vote
0answers
80 views

Material Requirements Planning (MRP) software systems?

This is the first time I am responsible for developing a MRP software system. I 'm completely new to it and really need some info. Have you ever face with such these software systems? What ...
0
votes
4answers
144 views

What's a good freeware UML diagrams tool supporting automatic class association

I'm looking for a simple tool that will let me list a few classes, describe the members and methods of each class, the data types of the members, recognize when a data type is another class (e.g if I ...
3
votes
2answers
385 views

Pickup and Delivery Problem Algorithm Help

Let's assume food delivery for multiple restaurants (say 20). There are (say 10) drivers available. Further, let's say we get 100 orders over a 4 hour period to deliver food from these restaurants to ...
0
votes
0answers
29 views

Find the middle of a series of edges in Java

First the context: I'm working on a road map application just like Google Maps. People can find a route between two specific addresses, but they should be able to use just the road name - that is ...
0
votes
2answers
106 views

Help with tricky class design issue

I'm working on implementing a class for managing user permissions on my website. For example: employees can view customer records but nothing else, employers can view customers as well as manage ...
4
votes
5answers
407 views

Planning unit tests with TDD

When you approach a class you want to write, how do you plan its unit tests? Are there formal templates which you follow or do you use pen and paper/notepad? I am looking for some way to let other ...
5
votes
2answers
143 views

Reinforcement Learning With Variable Actions

All the reinforcement learning algorithms I've read about are usually applied to a single agent that has a fixed number of actions. Are there any reinforcement learning algorithms for making a ...
0
votes
4answers
596 views

What is the best logbook software for software development?

What are some free project development logbook software? I searched around and found some paid software but didn't found any for free. I am going to use this software to keep track of the project ...
0
votes
1answer
264 views

OWL/RDF Automated Planner

Is there any software that acts as an intersection between contemporary OWL/RDF reasoners, and the older STRIPS-style automated planners and schedulers? Both systems make use of RETE-based pattern ...
1
vote
3answers
609 views

Delphi Day/Week Planner

We are currently looking to develop an application to enable a manager to view and/or modify an employee shift schedule. Shifts cover a 7 day period and do not vary, ie. an employee is always ...
4
votes
2answers
121 views

How would you design email notifications for a threaded comments system?

The current system features plaintext comments on pieces of content stored in a mySQL database, and I'm looking to add email notifications. Current ideas: Emails to each user in the thread (no ...
4
votes
2answers
974 views

How to sketch out an event-driven system?

I'm trying to design a system in Node.js (an attempt at solving one of my earlier problems, using Node's concurrency) but I'm running into trouble figuring out how to draw a plan of how the thing ...

1 2 3