1 / 3

External constrains are relatively difficult. Canonical representation of a problem.

CFPA - General Description. External constrains are relatively difficult. Canonical representation of a problem. How does it work? Advantages - distributed work on the whole problem (real life). small amount of messages. Disadvantage - waste of time, due to unnecessary search.

garima
Download Presentation

External constrains are relatively difficult. Canonical representation of a problem.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CFPA - General Description • External constrains are relatively difficult. • Canonical representation of a problem. • How does it work? • Advantages - • distributed work on the whole problem (real life). • small amount of messages. • Disadvantage - • waste of time, due to unnecessary search. DCSP Project -CFPAReuven Yagel & Daniel Lishha

  2. CFPA - Implementation • Implement in Java algorithms FC-CBJ and CFPA - OOP. • Heuristics: • Variable ordering according to domain size. • Variable ordering, according to external property. • Directed back jumping - to last external. • Skipping of external solution - hash. • Reducing number of messages - hash. • Agent don't waste time - hash. DCSP Project -CFPAReuven Yagel & Daniel Lishha

  3. CFPA - Protocol • Inner Protocol: • Problem Reprentesation: Network. • Comunccation: MailBox(threads), Message. • Input - • Problem Reprentesation: Agent. • CFPA cfpa = new CFPA(mbox, agent, WITH_HEURISTICS);cfpa.run(); • Output - • Statistics: Number of consistency checks X 4 & number of messages sent. • A solution, if exist. DCSP Project -CFPAReuven Yagel & Daniel Lishha

More Related