Content deleted Content added
Edison1227 (talk | contribs) No edit summary |
Link suggestions feature: 3 links added. Tags: Visual edit Mobile edit Mobile web edit Newcomer task Suggested: add links |
||
(45 intermediate revisions by 20 users not shown) | |||
Line 1:
{{Short description|Type of computer software}}
A '''problem solving environment''' ('''PSE''') is a completed, integrated and specialised computer software for solving one class of problems, combining automated problem-solving methods with human-oriented tools for guiding the problem resolution
A PSE may also assist users in formulating problem resolution, formulating problems, selecting [[algorithm]], simulating numerical value, viewing and analysing results.
== Purpose of PSE ==
Many PSEs were introduced in the 1990s. They use the language of the respective field and often employ modern [[graphical user interface]]s. The goal is to make the software easy to use for specialists in fields other than [[computer science]].
PSEs are available for generic problems like [[data visualization]] or large [[System of equations|systems of equations]] and for narrow fields of science or engineering like [[gas turbine]] design.<ref>{{Cite web|url = http://www.cs.berkeley.edu/~fateman/papers/pse.pdf|title = Problem solving environment and symbolic computing|date = |access-date = 2015-11-03|website = |publisher = University of California, Berkeley|last = Richard J. Fateman}}</ref>
=== History ===
The Problem Solving Environment (PSE) released a few years after the release of [[Fortran]] and [[Algol 60
The Problem Solving Environment for Parallel Scientific Computation
Throughout a few decades, recently, many PSEs have been developed and to solve problem and also support users from different categories, including education, general programming, CSE software learning, job executing and [[Grid computing|Grid]]/[[Cloud computing]].{{cn|date=November 2019}}
== Examples of PSE ==
=== Grid-Based Numerical Optimisation ===
The shell software GOSPEL is an example of how a PSE can be designed for EHL modelling using a Grid resource. With the
The PSE parallelise and embed many
Moreover, the system is designed to allow users to steer simulations using visualised output. An example is utilising local minima, or layering additional details when around a local in and out of the simulation and it can imagine the information which is produced in any sharp and also still allow to steer the simulation.<ref>{{Cite web|url = http://www.comp.leeds.ac.uk/vis/kwb/e-science/paper098.pdf|title = A Distributed Co-operative Problem Solving Environment|access-date = 2015-11-03|publisher = The University of Leeds|author1=Mark Walkley |author2=Jason Wood |author3=Ken Brodlie |name-list-style=amp }}</ref>
=== Grid-based PSEs for mobile devices ===
PSEs are require a large amount of resources that strain even the most powerful computers of today. Translating PSEs into software that can be used for mobile devices in an important challenge that faces programmers today.<ref name=":4">{{Cite CiteSeerX |title = Modeling a Grid-Based Problem-Solving Environment for Mobile Devices |author=Stan Kurkovsky |author2=Bhagyavati |author3=Arris Ray|year = 2004|page = 135|citeseerx = 10.1.1.86.6377}}</ref>
Grid computing is seen as a solution to the rescue issues of PSEs for mobile devices. This is made possible through a "Brokering Service". This service is started by an initiating device that sends the necessary information for PSE to resolve task. The brokering service then breaks this down into subtasks that distributes the information to various subordinate devices that perform these subtasks.<ref name=":4" /> The brokering necessitates an Active Agent Repository (AAR) and a Task Allocation Table (TAT) that both work to manage the subtasks. A
Security, transparency and [[dependability]] are issues that may arise when using the grid for mobile device-based PSEs.<ref name=":4" />
=== Education Support ===
There are a revolution for network-based learning and e-learning for education but it is very difficult to collect education data and data of the student activities. TSUNA-TASTE, is developed by T. Teramoto, a PSE to support education and learning processes. This system may create a new idea of the e-learning by supporting teachers and students in computer-related education. It consists of four parts, including agents of students, an education support server, a database system and a [[Web server]]. This system makes e-learning more convenient as information is earlier to store and collect for students and teachers.{{cn|date=November 2019}}
=== P-NCAS ===
A computer-assisted parallel program generation support(P-NCAS), is a PSE, creates a new way to reduce the programming hard task for the computer programming. This program can avoid or reduce the chance that huge computer software breaking down so this restrict uncertainty and major accidents in the society. Moreover, partial differential equations(PDEs) problems can be solved by parallel programs which are generated by P-NCAS supports. P-NCAS employs the Single Program Multi Data (SPMD) and uses a decomposition method for the parallelisation. These enable users of P-NCAS to input problems described by PDES, algorithm and discretisation scheme etc., and to view and edit all details through the visualisation and windows for edition. At last, parallel program will be outputted in C language by P-NCAS and also include documents which show everything has inputted in the beginning.<ref>{{cite arXiv|eprint = 1503.04501|title = Modeling a Grid-Based Problem-Solving Environment for Mobile Devices |author=Stan Kurkovsky |author2=Bhagyavati |author3=Arris Ray|class = physics.comp-ph|year = 2015}}</ref>
== Future Improvement ==
Secondly, future improvement of the Grid-based PSEs for mobile devices, the group aims to generate new scenarios through manipulation of the control variables available. By changing those control variables, the simulation software is able to create scenarios from each other, allowing for more scrutiny of the conditions in each scenario. It is expected that manipulation of three variables will generate twelve different scenarios.<ref name=":4" />
The variables that we are interested in studying are network stability and device mobility. We feel that these variables will hater the greatest impact on grid performance. Our study will measure performance using task completion time as the primary outcome.<ref name=":4" />
== PSE Park ==
As PSEs grow more complex, the need for computing resources has risen dramatically. Conversely, with PSE applications venturing into fields and environments of growing complexity, the creation of PSEs have become tedious and difficult.
Hirumichi Kobashi and his colleagues have designed a PSE meant to create other PSEs. This has been dubbed as a 'meta PSE' or a PSEs. This was how PSE Park was born.{{cn|date=November 2019}}
=== The Framework ===
The architecture of PSE Park emphasises flexibility and extensibility. These characteristics make it an attractive platform for varied levels of expertise, from entry-level users to developers.{{cn|date=November 2019}}
PSE Park provides these through its repository of functions. the repository contains modules required to build PSEs. Some of the most basic modules, called Cores, are used as the foundation of PSEs. More complex modules are available for use by programmers. Users access PSE Park through a console linked to the programmers. Once the user is register, he/she has assess to the repository. A PIPE server is used as the mediator between the user and PSE Park. It grants access to modules and constructs the selected functions into a PSE.{{cn|date=November 2019}}
Developers can develop functions, or even whole PSEs, for inclusion into the repository. Entry-level and expert users can access these pre-made PSEs for their own purposes. Given this architecture, PSE Park requires a cloud computing environment to support the enormous [[data sharing]] that occurs during PSE use and development.{{cn|date=November 2019}}
=== The PIPE Server ===
The PIPE Server differs from other servers in terms of how it handles intermediate results. Since the PIPE Server acts as a mediator in a meta-PSE, any results or variables generated by a core module are retrieved as global variables to be used by the next core. The sequence or hierarchy is defined by the user. The way, same name variables are revised to the new set of variables.{{cn|date=November 2019}}
Another important characteristics of the PIPE Server is that it executes each module or core independently. This means that the language of each module does not have to be the same as the others in the PSE. Modules are implemented depending on the defined hierarchy. This feature brings enormous flexibility for developers and users who have varied backgrounds in programming. The modular format also enables that existing PSEs can be extended and modified easily.{{cn|date=November 2019}}
=== Cores ===
In order be registered, a core must be fully defined. The input and output definitions allow the PIPE server to determine compatibility with other cores and modules. Any lack of definition is flagged by the PIPE server for incompatibility.{{cn|date=November 2019}}
=== Registration Engine and Console ===
The registration engine keeps track of all cores that may be used in PSE Park. A history of use is also created. A core map may be developed in order to help users understand a core or module better. The console is the users' main interface with PSE Park. It is highly visual and diagrammatic, allowing users to better understand the linkages between modules and cores for the PSEs that they are working on.{{cn|date=November 2019}}
== See also ==
* [[Virginia Tech]]
* [[Prototype-based programming|Prototype]]
* [[Grid computing]]
Line 46 ⟶ 75:
* [[Mathematical optimization|Mathematical optimisation]]
== External links ==
==References==▼
[[Category:Computer systems]]▼
▲== References ==
{{Reflist}}
▲[[Category:Computer systems]]
[[Category:Problem solving]]
|